Refactor "make batch from products query" per Vue.js theme

This commit is contained in:
Lance Edgar 2019-10-31 00:51:22 -05:00
parent 4a35c231f8
commit 847136b69c
2 changed files with 143 additions and 39 deletions

View file

@ -1051,6 +1051,8 @@ class ProductsView(MasterView):
form = forms.Form(schema=schema, request=self.request,
cancel_url=self.get_index_url())
form.auto_disable_save = True
form.submit_label = "Create Batch"
form.set_type('notes', 'text')
params_forms = {}