fixing trim issue.
This commit is contained in:
@@ -53,7 +53,7 @@
|
|||||||
:vendor-id (:id vendor)
|
:vendor-id (:id vendor)
|
||||||
:client-id (:id client)
|
:client-id (:id client)
|
||||||
:scheduled-payment scheduled-payment
|
:scheduled-payment scheduled-payment
|
||||||
:invoice-number invoice-number
|
:invoice-number (some-> invoice-number str/trim)
|
||||||
:location location
|
:location location
|
||||||
:total total
|
:total total
|
||||||
:expense-accounts (map (fn [ea]
|
:expense-accounts (map (fn [ea]
|
||||||
|
|||||||
Reference in New Issue
Block a user