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',
|
'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',
|
||||||
|
|
Loading…
Reference in a new issue