@@ -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 =