locations.

This commit is contained in:
Bryce Covert
2019-04-14 22:08:36 -07:00
parent c44a36c815
commit b05b2244a0
13 changed files with 170 additions and 67 deletions

View File

@@ -88,9 +88,10 @@
:vendor (when check
(:db/id (:payment/vendor check)))
:location (when check
"A")
:account (when check
(:db/id (a/get-account-by-numeric-code-and-sets 2110 ["default"]))
#_(:db/id (:payment/vendor check)))
(:db/id (a/get-account-by-numeric-code-and-sets 2110 ["default"])))
})]