|
![]() |
#1 |
Участник
|
Codeunit 80
=================== function RoundAmount() ... // PS45722.begin //"Amount (LCY)" := Amount; //"Amount Including VAT (LCY)" := "Amount Including VAT"; TempSalesLine."Amount (LCY)" := Amount; TempSalesLine."Amount Including VAT (LCY)" := "Amount Including VAT"; // PS45722.end IncrAmount(TotalSalesLineLCY); Increment(TotalSalesLineLCY."Unit Cost (LCY)",ROUND(SalesLineQty * "Unit Cost (LCY)")); END; |
|