Add support for inactivity_months field for delete product batch

This commit is contained in:
Lance Edgar 2021-03-09 11:44:56 -06:00
parent 059b24fac7
commit 7532dc5117
2 changed files with 49 additions and 19 deletions

View file

@ -45,6 +45,19 @@ class DeleteProductBatchView(BatchMasterView):
bulk_deletable = True
rows_bulk_deletable = True
form_fields = [
'id',
'description',
'notes',
'inactivity_months',
'created',
'created_by',
'rowcount',
'status_code',
'executed',
'executed_by',
]
row_grid_columns = [
'sequence',
'upc',