Resolved nesting issue in report center.

This commit is contained in:
Patrick Fic
2021-06-01 10:24:47 -07:00
parent 9e5ff432d7
commit b066e08511

View File

@@ -976,6 +976,7 @@ export const TemplateList = (type, context) => {
object: i18n.t("reportcenter.labels.objects.exportlogs"), object: i18n.t("reportcenter.labels.objects.exportlogs"),
field: i18n.t("exportlogs.fields.createdat"), field: i18n.t("exportlogs.fields.createdat"),
}, },
},
export_payments: { export_payments: {
title: i18n.t("reportcenter.templates.export_payments"), title: i18n.t("reportcenter.templates.export_payments"),
description: "", description: "",
@@ -1051,9 +1052,7 @@ export const TemplateList = (type, context) => {
work_in_progress_payables: { work_in_progress_payables: {
title: i18n.t("reportcenter.templates.work_in_progress_payables"), title: i18n.t("reportcenter.templates.work_in_progress_payables"),
description: "", description: "",
subject: i18n.t( subject: i18n.t("reportcenter.templates.work_in_progress_payables"),
"reportcenter.templates.work_in_progress_payables"
),
key: "work_in_progress_payables", key: "work_in_progress_payables",
//idtype: "vendor", //idtype: "vendor",
disabled: false, disabled: false,
@@ -1062,7 +1061,6 @@ export const TemplateList = (type, context) => {
field: i18n.t("jobs.fields.date_open"), field: i18n.t("jobs.fields.date_open"),
}, },
}, },
},
} }
: {}), : {}),
...(!type || type === "courtesycarcontract" ...(!type || type === "courtesycarcontract"