IO-2433 Add esignature flag to JSR call.

This commit is contained in:
Patrick Fic
2026-03-16 11:10:52 -07:00
parent 2a5e5d2462
commit 255d761210

View File

@@ -180,6 +180,7 @@ async function RenderTemplate({ req }) {
headerpath: shopSpecificFolder ? `/${bodyshop.imexshopid}/header.html` : `/GENERIC/header.html`,
footerpath: shopSpecificFolder ? `/${bodyshop.imexshopid}/footer.html` : `/GENERIC/footer.html`,
bodyshop: bodyshop,
esignature: true,
filters: templateObject?.filters,
sorters: templateObject?.sorters,
offset: bodyshop.timezone, //dayjs().utcOffset(),