IO-1783 Add production filtered by status.

This commit is contained in:
Patrick Fic
2022-03-16 14:00:04 -07:00
parent 9c39c8d59b
commit bb993ab1fb
6 changed files with 64 additions and 2 deletions

View File

@@ -1672,6 +1672,18 @@ export const TemplateList = (type, context) => {
//idtype: "vendor",
disabled: false,
},
production_by_repair_status_one: {
title: i18n.t(
"reportcenter.templates.production_by_repair_status_one"
),
description: "",
subject: i18n.t(
"reportcenter.templates.production_by_repair_status_one"
),
key: "production_by_repair_status_one",
//idtype: "vendor",
disabled: false,
},
}
: {}),
};