This commit is contained in:
msyu
2025-09-19 11:57:54 +03:00
parent bcc8fa22ed
commit fce7b49375
2 changed files with 3 additions and 4 deletions
+1 -2
View File
@@ -269,7 +269,6 @@ order by s.code
<!--- looks like QoQ does not support join syntax, at least of Lucee 5.4--->
<cfif isDefined("output_xls")>
<layout:xml qRead=#qCharge# titleMap=#titleMap# filename="#pageInfo.entity#.xml"/>
<cfabort/>
@@ -280,7 +279,7 @@ order by s.code
---><layout:page section="header" pageInfo=#pageInfo#>
<layout:attribute name="title">
<cfoutput><b>Отчет по PAYG</b></cfoutput>
<cfoutput><b>Отчет по PAYG</b> #request.auth.wz#</cfoutput>
</layout:attribute>
<layout:attribute name="controls">
<!---skip filter link, filter is not implemented--->