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',