makes check voiding work correctly
This commit is contained in:
@@ -316,8 +316,8 @@
|
||||
:void_invoice {:type :invoice
|
||||
:args {:invoice_id {:type 'Int}}
|
||||
:resolve :mutation/void-invoice}
|
||||
:void_check {:type :check
|
||||
:args {:check_id {:type 'Int}}
|
||||
:void_check {:type :payment
|
||||
:args {:payment_id {:type 'String}}
|
||||
:resolve :mutation/void-check}
|
||||
:edit_expense_accounts {:type :invoice
|
||||
:args {:invoice_id {:type 'Int}
|
||||
|
||||
Reference in New Issue
Block a user