You change change expense accounts on invoices
This commit is contained in:
@@ -272,7 +272,7 @@
|
||||
:companies {:type '(list Int)}}}
|
||||
|
||||
:edit_expense_account
|
||||
{:fields {:id {:type 'Int}
|
||||
{:fields {:id {:type 'String}
|
||||
:expense_account_id {:type 'Int}
|
||||
:location {:type 'String}
|
||||
:amount {:type 'String}}}
|
||||
@@ -330,7 +330,7 @@
|
||||
:args {:payment_id {:type 'String}}
|
||||
:resolve :mutation/void-payment}
|
||||
:edit_expense_accounts {:type :invoice
|
||||
:args {:invoice_id {:type 'Int}
|
||||
:args {:invoice_id {:type 'String}
|
||||
:expense_accounts {:type '(list :edit_expense_account)}}
|
||||
:resolve :mutation/edit-expense-accounts}}})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user