Expose item_entry
field for receiving batch row
This commit is contained in:
parent
d7863c2572
commit
ed5455089e
|
@ -211,6 +211,7 @@ class ReceivingBatchView(PurchasingBatchView):
|
||||||
]
|
]
|
||||||
|
|
||||||
row_form_fields = [
|
row_form_fields = [
|
||||||
|
'item_entry',
|
||||||
'upc',
|
'upc',
|
||||||
'item_id',
|
'item_id',
|
||||||
'product',
|
'product',
|
||||||
|
|
Loading…
Reference in a new issue