Hello to all again
I am trying to make an A/P Invoice and the following error is displayed
'Variation between number of price lists and number of price lists for items (A/P Invoice - Rows Warehouse code line0'
by running the query
Select * FROM ITM1 T0
Left JOIN OITM T1 ON T0.ItemCode = T1.ItemCode
Where T1.ItemCode is NULL
And T0.Itemcode not in (Select itemcode from OINM)
no results are displayed
do you have any idea?
Message was edited by: Vasileios Fasolis