IO-3121 Generic Report Header

Signed-off-by: Allan Carr <allan.carr@thinkimex.com>
This commit is contained in:
Allan Carr
2025-02-04 18:11:48 -08:00
parent fa958cbbfe
commit b8b76cb96c
2 changed files with 2 additions and 2 deletions

View File

@@ -115,7 +115,7 @@ export function printQuery(query) {
* @param templateObject
* @param useShopSpecificTemplate
* @param shopSpecificTemplate
* @returns {Promise<{contextData: {}, useShopSpecificTemplate}>}
* @returns {Promise<{contextData: {}, useShopSpecificTemplate, shopSpecificTemplate}>}
*/
export async function generateTemplate(templateQueryToExecute, templateObject, useShopSpecificTemplate, shopSpecificFolder) {
// Advanced Filtering and Sorting modifications start here