fixing issue where we're missing tax.

This commit is contained in:
2022-01-06 13:52:21 -08:00
parent 47091ebbb9
commit b7dc6b6722

View File

@@ -82,7 +82,7 @@
[:propose-invoice (cond-> #:invoice {:invoice-number (header-row "InvoiceNumber")
:total (+ total tax)
:outstanding-balance total
:outstanding-balance (+ total tax)
:date (coerce/to-date date)
:vendor (:db/id sysco-vendor )
:client (:db/id matching-client)