Add more "manually priced" awareness to pricing batch UI
This commit is contained in:
parent
366b1c9073
commit
df3623b663
2 changed files with 5 additions and 0 deletions
|
@ -519,6 +519,7 @@ class ProductsView(MasterView):
|
|||
class PricingParamsForm(wtforms.Form):
|
||||
description = wtforms.StringField()
|
||||
min_diff_threshold = wtforms.DecimalField(places=2, validators=[wtforms.validators.optional()])
|
||||
calculate_for_manual = wtforms.BooleanField()
|
||||
notes = wtforms.TextAreaField()
|
||||
|
||||
return PricingParamsForm(self.request.POST)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue