almost allow completely adding new clients and sorting and filtering.
This commit is contained in:
@@ -56,6 +56,8 @@
|
||||
{:fields {:id {:type :id }
|
||||
:type {:type :ident}
|
||||
:number {:type 'String}
|
||||
:sort_order {:type 'Int}
|
||||
:visible {:type 'Boolean}
|
||||
:routing {:type 'String}
|
||||
:code {:type 'String}
|
||||
:check_number {:type 'Int}
|
||||
@@ -295,6 +297,8 @@
|
||||
:type {:type :bank_account_type}
|
||||
:number {:type 'String}
|
||||
:check_number {:type 'Int}
|
||||
:visible {:type 'Boolean}
|
||||
:sort_order {:type 'Int}
|
||||
:name {:type 'String}
|
||||
:bank_code {:type 'String}
|
||||
:routing {:type 'String}
|
||||
|
||||
Reference in New Issue
Block a user