pretty good progress in being able to add/edit all bank accounts.

This commit is contained in:
BC
2019-02-18 08:25:23 -08:00
parent 7407f8ac4c
commit a5d0579164
4 changed files with 189 additions and 147 deletions

View File

@@ -54,7 +54,7 @@
:bank_account
{:fields {:id {:type :id }
:type {:type :bank_account_type}
:type {:type :ident}
:number {:type 'String}
:routing {:type 'String}
:code {:type 'String}