allowing paying using debit.
This commit is contained in:
@@ -273,6 +273,7 @@
|
||||
{:print_checks {:type :check_result
|
||||
:args {:invoice_payments {:type '(list :invoice_payment)}
|
||||
:bank_account_id {:type 'Int}
|
||||
:type {:type 'String}
|
||||
:company_id {:type 'Int}}
|
||||
:resolve :mutation/print-checks}
|
||||
|
||||
@@ -482,7 +483,8 @@
|
||||
:amount (:amount i)})
|
||||
(:invoice_payments args))
|
||||
(:company_id args)
|
||||
(:bank_account_id args))))
|
||||
(:bank_account_id args)
|
||||
(:type args))))
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user