allowing paying using debit.
This commit is contained in:
@@ -154,9 +154,10 @@
|
||||
(when-not selected-company
|
||||
[:td (:name company)])
|
||||
[:td (:name vendor)]
|
||||
[:td (if (= "cash" type)
|
||||
"Cash"
|
||||
check-number)]
|
||||
[:td (cond
|
||||
(= "cash" type) "Cash"
|
||||
(= "debit" type) "Debit"
|
||||
:else check-number)]
|
||||
[:td (date->str date) ]
|
||||
[:td (gstring/format "$%.2f" amount )]
|
||||
[:td status]
|
||||
|
||||
Reference in New Issue
Block a user