fixing issue where we're missing tax.
This commit is contained in:
@@ -82,7 +82,7 @@
|
|||||||
|
|
||||||
[:propose-invoice (cond-> #:invoice {:invoice-number (header-row "InvoiceNumber")
|
[:propose-invoice (cond-> #:invoice {:invoice-number (header-row "InvoiceNumber")
|
||||||
:total (+ total tax)
|
:total (+ total tax)
|
||||||
:outstanding-balance total
|
:outstanding-balance (+ total tax)
|
||||||
:date (coerce/to-date date)
|
:date (coerce/to-date date)
|
||||||
:vendor (:db/id sysco-vendor )
|
:vendor (:db/id sysco-vendor )
|
||||||
:client (:db/id matching-client)
|
:client (:db/id matching-client)
|
||||||
|
|||||||
Reference in New Issue
Block a user