Expose 'hidden' flag for inventory adjustment reasons
This commit is contained in:
parent
46c8887c3e
commit
8b46c1e3f0
|
@ -62,6 +62,7 @@ class InventoryAdjustmentReasonsView(MasterView):
|
||||||
grid_columns = [
|
grid_columns = [
|
||||||
'code',
|
'code',
|
||||||
'description',
|
'description',
|
||||||
|
'hidden',
|
||||||
]
|
]
|
||||||
|
|
||||||
def configure_grid(self, g):
|
def configure_grid(self, g):
|
||||||
|
|
Loading…
Reference in a new issue