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