feat(web): Store Product UI created and hooked up for viewing, editing, and saving.
This commit is contained in:
@@ -64,4 +64,5 @@ class Filters_Stock_Item(Form_Base):
|
||||
@classmethod
|
||||
def get_default(cls):
|
||||
filters = cls()
|
||||
filters.id_category.choices = [('', 'Select category')]
|
||||
filters.id_category.choices = cls.get_choices_blank()
|
||||
filters.id_product.choices = cls.get_choices_blank()
|
||||
Reference in New Issue
Block a user