Show 'variance' field when viewing inventory batch row
This commit is contained in:
parent
c583e9734c
commit
a1249a21c2
|
@ -181,6 +181,7 @@ class InventoryBatchView(BatchMasterView):
|
|||
'units',
|
||||
'unit_cost',
|
||||
'total_cost',
|
||||
'variance',
|
||||
]
|
||||
|
||||
def configure_grid(self, g):
|
||||
|
|
Loading…
Reference in a new issue