you can set terms

This commit is contained in:
Bryce Covert
2020-04-18 09:24:34 -07:00
parent ec10e6b823
commit 5f309de2d4
5 changed files with 11 additions and 4 deletions

View File

@@ -114,6 +114,7 @@
{:fields {:id {:type :id}
:name {:type 'String}
:code {:type 'String}
:terms {:type 'Int}
:hidden {:type 'Boolean}
:print_as {:type 'String}
@@ -517,6 +518,7 @@
:add_vendor
{:fields {:id {:type :id}
:name {:type 'String}
:terms {:type 'Int}
:code {:type 'String}
:hidden {:type 'Boolean}