071 debug

This commit is contained in:
msyu
2025-03-13 18:45:54 +03:00
parent e8c57fa590
commit a9f4563f0a
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -313,12 +313,12 @@
<cfargument name="contragentId">
<cfquery name="qContragentCode">
select contragent_code
select external_code
from contragent
where contragent_id=<cfqueryparam cfsqltype="cf_sql_integer" value=#arguments.contragentId# null=#!isNumeric(arguments.contragentId)#/>
</cfquery>
<cfreturn #qContragentCode.contragent_code#/>
<cfreturn #qContragentCode.external_code#/>
</cffunction>
</cfcomponent>