062 ­ excel fix

This commit is contained in:
2026-07-27 10:42:56 +03:00
parent b7d030567f
commit 86500c8630
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -89,7 +89,7 @@
<!--- global settings --->
<cfset request.RECORDS_PER_PAGE=500/>
<cfset request.APP_VERSION="0.00.061"/>
<cfset request.APP_VERSION="0.00.062"/>
<cfset request.STAND=getStand()/>
<cflock scope="application" type="readonly" timeout=3>
+1 -1
View File
@@ -362,7 +362,7 @@ SELECT
<d:field title="GPL с НДС" cfSqlType="CF_SQL_NUMERIC">s.price</d:field>
<d:field title="Скидка%" cfSqlType="CF_SQL_NUMERIC">s.discount</d:field>
<d:field title="Сырая метрика" cfSqlType="CF_SQL_NUMERIC">m.raw_metric</d:field>
<d:field title="Приведен&shy;ная метрика" cfSqlType="CF_SQL_NUMERIC">m.metric</d:field>
<d:field title="Приведенная метрика" cfSqlType="CF_SQL_NUMERIC">m.metric</d:field>
<d:field title="Контрагент">coalesce(c.contragent,cs.contragent) as contragent</d:field>
<d:field title="contragent_uid">coalesce(c.contragent_uid,cs.contragent_uid) as contragent_uid</d:field>
<d:field title="Договор">s.contract</d:field>