Tweak where description field is shown for receiving batch
This commit is contained in:
parent
1bb41b21af
commit
aa37fc3add
|
@ -115,7 +115,6 @@ class ReceivingBatchView(PurchasingBatchView):
|
|||
'store',
|
||||
'vendor',
|
||||
'receiving_workflow',
|
||||
'description',
|
||||
'truck_dump',
|
||||
'truck_dump_children_first',
|
||||
'truck_dump_children',
|
||||
|
@ -137,6 +136,7 @@ class ReceivingBatchView(PurchasingBatchView):
|
|||
'invoice_number',
|
||||
'invoice_total',
|
||||
'invoice_total_calculated',
|
||||
'description',
|
||||
'notes',
|
||||
'created',
|
||||
'created_by',
|
||||
|
|
Loading…
Reference in a new issue