A Database Error Occurred
Error Number: 1146
Table 'catalog.Currency' doesn't exist
SELECT t.Id, t.Radius, t.Diam, t.Width, t.Height, t.Speed, t.Layer, t.Load, t.Usertype, t.Tireaxle, t.Framecontr, t.Tiretube, ROUND(t.Price*c.Rate)as Price, t.Qnty FROM catalog.TruckTyres t, catalog.Currency c where t.Currency=c.Id and t.Parent=6186 AND ( t.Qnty > 0 OR t.Resrv > 0 ) order by t.Radius