Expose Product.item_id
when editing
This commit is contained in:
parent
6e51686892
commit
94a311828f
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ class ProductView(corepos_base.ProductView):
|
|||
if self.editing:
|
||||
f.fields = [
|
||||
'upc',
|
||||
'item_id',
|
||||
'brand_uuid',
|
||||
'description',
|
||||
'unit_size',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue