Simple excel invoice fix
This commit is contained in:
@@ -182,10 +182,9 @@
|
|||||||
:status :payment-status/cleared
|
:status :payment-status/cleared
|
||||||
:date (:invoice/date invoice)})}
|
:date (:invoice/date invoice)})}
|
||||||
)]
|
)]
|
||||||
[[:propose-invoice invoice] payment])))
|
[[:propose-invoice (remove-nils invoice)]
|
||||||
(filter identity)
|
(some-> payment remove-nils)])))
|
||||||
(map remove-nils)
|
(filter identity)))
|
||||||
))
|
|
||||||
|
|
||||||
|
|
||||||
(defn match-vendor [vendor-code forced-vendor]
|
(defn match-vendor [vendor-code forced-vendor]
|
||||||
|
|||||||
Reference in New Issue
Block a user