You can update locations
This commit is contained in:
@@ -107,6 +107,7 @@
|
||||
{:fields {:id {:type 'Int}
|
||||
:invoice_id {:type 'Int}
|
||||
:expense_account_id {:type 'Int}
|
||||
:location {:type 'String}
|
||||
:expense_account {:type :expense_account
|
||||
:resolve :get-expense-account}
|
||||
:amount {:type 'String}}}
|
||||
@@ -213,6 +214,7 @@
|
||||
:edit_expense_account
|
||||
{:fields {:id {:type 'Int}
|
||||
:expense_account_id {:type 'Int}
|
||||
:location {:type 'String}
|
||||
:amount {:type 'String}}}
|
||||
|
||||
:add_invoice
|
||||
|
||||
Reference in New Issue
Block a user