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
+2 -2
View File
@@ -79,7 +79,7 @@
<!--- global settings --->
<cfset request.RECORDS_PER_PAGE=500/>
<cfset request.APP_VERSION="0.00.006"/>
<cfset request.APP_VERSION="0.00.007"/>
<cfset request.STAND=getStand()/>
<!--- application constants --->
@@ -381,7 +381,7 @@
</cftry>
</cfcatch>
</cftry>
<cfdump var=#ds#/>
<!--- <cfdump var=#ds#/> --->
<cfreturn ds/>
</cffunction>
+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--->