From aa37fc3addc2f1591ed7cd95a7ae3f5e3b947324 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Sun, 3 Apr 2022 14:42:40 -0500 Subject: [PATCH] Tweak where description field is shown for receiving batch --- tailbone/views/purchasing/receiving.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',