Added report center IO-636
This commit is contained in:
@@ -136,6 +136,18 @@ export const TemplateList = (type, context) => {
|
||||
},
|
||||
}
|
||||
: {}),
|
||||
...(!type || type === "job" ? {} : {}),
|
||||
...(!type || type === "report_center"
|
||||
? {
|
||||
payment_by_date: {
|
||||
title: i18n.t("reportcenter.templates.payment_by_date"),
|
||||
description: "Est Detail",
|
||||
subject: `${i18n.t("reportcenter.templates.payment_by_date")} - ${
|
||||
context && context.job && context.job.ro_number
|
||||
}`,
|
||||
key: "payment_by_date",
|
||||
disabled: false,
|
||||
},
|
||||
}
|
||||
: {}),
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user