Expose 'hidden' flag for inventory adjustment reasons

This commit is contained in:
Lance Edgar 2018-06-01 13:03:41 -05:00
parent 46c8887c3e
commit 8b46c1e3f0

View file

@ -62,6 +62,7 @@ class InventoryAdjustmentReasonsView(MasterView):
grid_columns = [
'code',
'description',
'hidden',
]
def configure_grid(self, g):