Allows credits totalling 0.0
This commit is contained in:
@@ -895,7 +895,7 @@
|
|||||||
(map (fn [is]
|
(map (fn [is]
|
||||||
(alog/peek ::invoices is)
|
(alog/peek ::invoices is)
|
||||||
(reduce + 0.0 (map :invoice/outstanding-balance is))))
|
(reduce + 0.0 (map :invoice/outstanding-balance is))))
|
||||||
(every? #(< % 0.0))))
|
(every? #(<= % 0.0))))
|
||||||
|
|
||||||
|
|
||||||
(defrecord ChoosePaymentMethodModal [linear-wizard]
|
(defrecord ChoosePaymentMethodModal [linear-wizard]
|
||||||
|
|||||||
Reference in New Issue
Block a user