Options

Round problem Sales Line

So Hi everyone, I've created a page where I use a list of sales order. Here the source table of my page is "Sales Line" and when i enter the same item twice (or more times) the round of the price in the column "Amount Including VAT" is not right, shpuld be always the same value but for each line have differences.

Here's the image below.

it5ddkflt5td.png

I try to comment this code in Sales Line table
Amount Including VAT - OnValidate()
GetPurchHeader;
"Amount Including VAT" := ROUND("Amount Including VAT",Currency."Amount Rounding Precision");

But everything stay the same... any idea?

Answers

  • Options
    txerifftxeriff Member Posts: 492
    Do a zoom (ctrl+alt+F1) to see differences between all the fields in both rows, it´s what I would do first.

    have a look to the item card how it is setup.
Sign In or Register to comment.