006 interface improvements
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user