makes check voiding work correctly

This commit is contained in:
Bryce Covert
2018-08-16 18:51:58 -07:00
parent ad2dd386ee
commit 1208f972ef
5 changed files with 56 additions and 41 deletions

View File

@@ -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}