you can now create cash payments.
This commit is contained in:
@@ -41,6 +41,7 @@
|
||||
|
||||
:bank_account
|
||||
{:fields {:id {:type 'Int}
|
||||
:type {:type 'String}
|
||||
:number {:type 'String}
|
||||
:check_number {:type 'Int}
|
||||
:name {:type 'String}
|
||||
@@ -84,6 +85,7 @@
|
||||
|
||||
|
||||
:check {:fields {:id {:type 'Int}
|
||||
:type {:type 'String}
|
||||
:amount {:type 'String}
|
||||
:vendor {:type :vendor
|
||||
:resolve :get-vendor-for-check}
|
||||
|
||||
Reference in New Issue
Block a user