Fix amount on pay

This commit is contained in:
2022-02-18 09:05:00 -08:00
parent 0f8dcd43e1
commit 1bf66754e8

View File

@@ -197,6 +197,7 @@
(when current-client
(let [balance (->> checked-invoices
vals
(map (comp js/parseFloat :outstanding-balance))
(reduce + 0)
)]