From a1249a21c276118dd2b2f0535906b2c35bd99d43 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Thu, 31 May 2018 11:11:08 -0500 Subject: [PATCH] Show 'variance' field when viewing inventory batch row --- tailbone/views/inventory.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tailbone/views/inventory.py b/tailbone/views/inventory.py index 1a4f4322..53f1abee 100644 --- a/tailbone/views/inventory.py +++ b/tailbone/views/inventory.py @@ -181,6 +181,7 @@ class InventoryBatchView(BatchMasterView): 'units', 'unit_cost', 'total_cost', + 'variance', ] def configure_grid(self, g):