diff options
author | Mark Wells <mark@freeside.biz> | 2013-03-18 19:33:34 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2013-03-18 19:33:34 -0700 |
commit | c2e126583354b58ef54ffa7f580b115b8eed1dd3 (patch) | |
tree | 0e0c25a9e8ccff3085b6caf55408f8c383720471 /httemplate/edit/elements/edit.html | |
parent | 04f99991071acf5c390ea4d52db37798543ff9d8 (diff) |
multiple inventory classes for service columns, #21442
Diffstat (limited to 'httemplate/edit/elements/edit.html')
-rw-r--r-- | httemplate/edit/elements/edit.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/edit/elements/edit.html b/httemplate/edit/elements/edit.html index a24f23805..3e6bd5bec 100644 --- a/httemplate/edit/elements/edit.html +++ b/httemplate/edit/elements/edit.html @@ -329,6 +329,7 @@ Example: % qw( country ), #select-country % qw( width height ), #htmlarea % qw( alt_format ), #select-cust_location +% qw( classnum ), # select-inventory_item % ; % % #select-table |