Unified Address support #8

Merged
pitmutt merged 61 commits from dev18 into master 2023-10-28 12:24:28 +00:00
Showing only changes of commit b670a1c15f - Show all commits

View file

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