You change change expense accounts on invoices
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
[clojure.string :as str]
|
||||
[auto-ap.entities.shared :as shared]))
|
||||
|
||||
(s/def ::vendor-id int?)
|
||||
(s/def ::vendor-id string?)
|
||||
(s/def ::expense-account-id int?)
|
||||
(s/def ::amount ::shared/money)
|
||||
(s/def ::location string?)
|
||||
|
||||
Reference in New Issue
Block a user