Remove 'truck_dump' field from mobile receiving batch view
not needed, and a bit redundant
This commit is contained in:
parent
05481f7828
commit
a2965d83af
|
@ -203,7 +203,6 @@ class ReceivingBatchView(PurchasingBatchView):
|
||||||
|
|
||||||
mobile_form_fields = [
|
mobile_form_fields = [
|
||||||
'vendor',
|
'vendor',
|
||||||
'truck_dump',
|
|
||||||
'department',
|
'department',
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue