Fix tax calculationj
This commit is contained in:
parent
9bd94843b4
commit
b670a1c15f
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue