When you try to validate Item No, using the description field in sales line the total amount fields remain with a value of 0.
This happens when you try it on the new 27.1 version. On earlier version like 26.5 it works fine.
When checking the validate code of field Description, on current version the xRec value is the same as Rec so it exits, while on the previous version xRec is empty and only Rec has value as it is inserting a Rec for the first time, so the code continues and the UpdateTotals is called.
I think is a bug
Has anyone else encountered it?