006 interface improvements

This commit is contained in:
msyu
2025-06-20 18:29:06 +03:00
parent 0b30451d0e
commit def6e53cf2
7 changed files with 99 additions and 34 deletions
+2 -1
View File
@@ -55,6 +55,7 @@
where s.svc_id=<cfqueryparam cfsqltype="cf_sql_integer" value="#d.svc_id#" null=#!isNumeric(d.svc_id)#/>
</cfquery>
<!--- decoration --->
<cfquery name="qDecoration" datasource="#request.DS#">
select
@@ -198,7 +199,7 @@
left join contract d on (s.contract_id=d.contract_id)
left join agreement a on (siv.agreement_version=a.agreement_version AND s.contract_id=a.contract_id)
where siv.specification_item_uid=<cfqueryparam cfsqltype="cf_sql_other" value="#d.specification_item_uid#"/>
order by siv.agreement_version desc
order by siv.agreement_version
</cfquery>
<cfoutput>