From b8f1b7bd84fc57ccd30269391503834bff88f1c2 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Wed, 17 Nov 2021 14:57:10 -0600 Subject: [PATCH] Show ordered quantity when viewing costing batch row --- tailbone/views/purchasing/costing.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tailbone/views/purchasing/costing.py b/tailbone/views/purchasing/costing.py index 71b99cf2..d790fbc1 100644 --- a/tailbone/views/purchasing/costing.py +++ b/tailbone/views/purchasing/costing.py @@ -129,6 +129,8 @@ class CostingBatchView(PurchasingBatchView): 'size', 'department_name', 'case_quantity', + 'cases_ordered', + 'units_ordered', 'cases_shipped', 'units_shipped', 'cases_received',