allowing paying using debit.

This commit is contained in:
Bryce Covert
2018-07-31 09:13:03 -07:00
parent 7e7045652f
commit b5b3c8f529
4 changed files with 48 additions and 24 deletions

View File

@@ -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]