Remove 'truck_dump' field from mobile receiving batch view

not needed, and a bit redundant
This commit is contained in:
Lance Edgar 2019-03-01 09:39:40 -06:00
parent 05481f7828
commit a2965d83af

View file

@ -203,7 +203,6 @@ class ReceivingBatchView(PurchasingBatchView):
mobile_form_fields = [
'vendor',
'truck_dump',
'department',
]