diff --git a/src/clj/auto_ap/background/sysco.clj b/src/clj/auto_ap/background/sysco.clj index ed5c98f2..27664f03 100644 --- a/src/clj/auto_ap/background/sysco.clj +++ b/src/clj/auto_ap/background/sysco.clj @@ -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)