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)
(qshortCode o)
(qtoken o)
(qtax o)
(qvat o)
(updateTax o taxRate)
(updateTax o vatRate)
(qtip o)
where
updateTax :: ZGoOrder -> Double -> Double