Expose Product.item_id when editing

This commit is contained in:
Lance Edgar 2020-08-20 19:57:07 -05:00
parent 6e51686892
commit 94a311828f

View file

@ -18,6 +18,7 @@ class ProductView(corepos_base.ProductView):
if self.editing:
f.fields = [
'upc',
'item_id',
'brand_uuid',
'description',
'unit_size',