From 9b6113a4c8be4480a8598efcb1d8d80515dfdcbf Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Tue, 5 Oct 2021 16:20:08 -0400 Subject: [PATCH] Show shipped quantities when viewing costing batch row for lines which came from invoice, we should know those quantities, but possibly *not* the received quantities, if e.g. the line item wasn't matched w/ PO --- 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 149e0442..daf016a9 100644 --- a/tailbone/views/purchasing/costing.py +++ b/tailbone/views/purchasing/costing.py @@ -128,6 +128,8 @@ class CostingBatchView(PurchasingBatchView): 'size', 'department_name', 'case_quantity', + 'cases_shipped', + 'units_shipped', 'cases_received', 'units_received', 'po_line_number',