Add description, notes for pricing batches
This commit is contained in:
parent
aea4379fe4
commit
c7855f2ca5
2 changed files with 5 additions and 0 deletions
|
@ -517,7 +517,9 @@ class ProductsView(MasterView):
|
|||
Pricing Batch.
|
||||
"""
|
||||
class PricingParamsForm(wtforms.Form):
|
||||
description = wtforms.StringField()
|
||||
min_diff_threshold = wtforms.DecimalField(places=2, validators=[wtforms.validators.optional()])
|
||||
notes = wtforms.TextAreaField()
|
||||
|
||||
return PricingParamsForm(self.request.POST)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue