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