frogsoftware 1 рік тому
батько
коміт
843bcf9499
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      prs.shared/Posters/MYOB/BillMYOBPoster.cs

+ 1 - 1
prs.shared/Posters/MYOB/BillMYOBPoster.cs

@@ -236,7 +236,7 @@ public class BillMYOBPoster : IMYOBPoster<Bill, BillMYOBPosterSettings>
                     }
                     line.Account ??= new();
                     line.Account.UID = accountID;
-                    line.Total = Math.Round(Convert.ToDecimal(billLine.IncTax, 2));
+                    line.Total = Math.Round(Convert.ToDecimal(billLine.IncTax), 2);
                     line.TotalForeign = 0;
                     // line.UnitsOfMeasure =
                     // line.UnitCount =