added start date.
This commit is contained in:
@@ -95,6 +95,7 @@
|
||||
:bank_account
|
||||
{:fields {:id {:type :id }
|
||||
:type {:type :ident}
|
||||
:start_date {:type :iso_date}
|
||||
:number {:type 'String}
|
||||
:sort_order {:type 'Int}
|
||||
:visible {:type 'Boolean}
|
||||
@@ -625,6 +626,7 @@
|
||||
{:fields {:id {:type :id }
|
||||
:code {:type 'String}
|
||||
:type {:type :bank_account_type}
|
||||
:start_date {:type :iso_date}
|
||||
:number {:type 'String}
|
||||
:check_number {:type 'Int}
|
||||
:visible {:type 'Boolean}
|
||||
|
||||
Reference in New Issue
Block a user