Fix tax calculationj

This commit is contained in:
Rene Vergara 2023-10-25 16:25:27 -05:00
parent 9bd94843b4
commit b670a1c15f
Signed by: pitmutt
GPG Key ID: 65122AD495A7F5B2
1 changed files with 2 additions and 2 deletions

View File

@ -261,8 +261,8 @@ updateOrderTotals o taxRate vatRate =
(qexternalInvoice o)
(qshortCode o)
(qtoken o)
(qtax o)
(qvat o)
(updateTax o taxRate)
(updateTax o vatRate)
(qtip o)
where
updateTax :: ZGoOrder -> Double -> Double