Show 'variance' field when viewing inventory batch row

This commit is contained in:
Lance Edgar 2018-05-31 11:11:08 -05:00
parent c583e9734c
commit a1249a21c2

View file

@ -181,6 +181,7 @@ class InventoryBatchView(BatchMasterView):
'units',
'unit_cost',
'total_cost',
'variance',
]
def configure_grid(self, g):