diff --git a/tailbone/views/purchasing/receiving.py b/tailbone/views/purchasing/receiving.py index d2fc2fc5..20f70e5d 100644 --- a/tailbone/views/purchasing/receiving.py +++ b/tailbone/views/purchasing/receiving.py @@ -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',