IO-1669 Add print production by filtered category

This commit is contained in:
Patrick Fic
2022-01-27 14:34:06 -08:00
parent b147d4c2ed
commit 65d93b8f9b
6 changed files with 60 additions and 2 deletions

View File

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