023 bugfix

This commit is contained in:
msyu
2025-08-30 18:03:30 +03:00
parent 0189aae6cb
commit 09612a470c
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -99,7 +99,7 @@
<cfset request.RECORDS_PER_PAGE=500/>
<cfset request.APP_VERSION="0.00.022"/>
<cfset request.APP_VERSION="0.00.023"/>
<cfset request.STAND=getStand()/>
<cflock scope="application" type="readonly" timeout=3>
+2 -2
View File
@@ -71,8 +71,8 @@
left outer join elma.aggrements g on (a.contract_uid = g.__id)
where 1=1 <m:filter_build filter=#pageInfo.settings.filter#/>
order by <m:order_build sortArray=#pageInfo.settings.sort.sortArray# fieldCount=#fieldCount#/>
limit #pageInfo.recordsPerPage#
offset #pageInfo.nStart#
<!--- limit #pageInfo.recordsPerPage#
offset #pageInfo.nStart# --->
</cfquery>