Tweak where description field is shown for receiving batch

This commit is contained in:
Lance Edgar 2022-04-03 14:42:40 -05:00
parent 1bb41b21af
commit aa37fc3add

View file

@ -115,7 +115,6 @@ class ReceivingBatchView(PurchasingBatchView):
'store', 'store',
'vendor', 'vendor',
'receiving_workflow', 'receiving_workflow',
'description',
'truck_dump', 'truck_dump',
'truck_dump_children_first', 'truck_dump_children_first',
'truck_dump_children', 'truck_dump_children',
@ -137,6 +136,7 @@ class ReceivingBatchView(PurchasingBatchView):
'invoice_number', 'invoice_number',
'invoice_total', 'invoice_total',
'invoice_total_calculated', 'invoice_total_calculated',
'description',
'notes', 'notes',
'created', 'created',
'created_by', 'created_by',