This commit is contained in:
2025-12-11 16:25:15 +03:00
parent c7986e3385
commit fc3eb36c7c
+3 -3
View File
@@ -79,7 +79,7 @@
<!--- <cfdump var=#GetApplicationSettings()#/> ---> <!--- <cfdump var=#GetApplicationSettings()#/> --->
<!--- <cfif !structKeyExists(GetApplicationSettings().datasources,"#this.datasource#")> <cfif !structKeyExists(GetApplicationSettings().datasources,"#this.datasource#")>
<cfset this.datasources["#this.datasource#"]=getDS("#this.datasource#","ds_#this.datasource#")/> <cfset this.datasources["#this.datasource#"]=getDS("#this.datasource#","ds_#this.datasource#")/>
</cfif> </cfif>
@@ -90,14 +90,14 @@
<cfif !structKeyExists(this.datasources,"billing-s3")> <cfif !structKeyExists(this.datasources,"billing-s3")>
<cfset this.datasources["billing-s3"]=getDS("billing-s3","ds_billing_s3")/> <cfset this.datasources["billing-s3"]=getDS("billing-s3","ds_billing_s3")/>
</cfif> ---> </cfif>
<!--- <cfdump var=#this.datasources#/> ---> <!--- <cfdump var=#this.datasources#/> --->
<cfset request.RECORDS_PER_PAGE=500/> <cfset request.RECORDS_PER_PAGE=500/>
<cfset request.APP_VERSION="0.00.026"/> <cfset request.APP_VERSION="0.00.027"/>
<cfset request.STAND=getStand()/> <cfset request.STAND=getStand()/>
<cflock scope="application" type="readonly" timeout=3> <cflock scope="application" type="readonly" timeout=3>