005 line df_from init fix
This commit is contained in:
@@ -44,10 +44,9 @@
|
||||
join specification s on (si.specification_id=s.specification_id)
|
||||
join agreement a on (s.contract_id=a.contract_id)
|
||||
where si.specification_item_uid=<cfqueryparam cfsqltype="cf_sql_other" value="#specification_item_uid#" null=#!IsValid('guid',specification_item_uid)#/>
|
||||
AND a.agreement_version = <cfqueryparam cfsqltype="cf_sql_integer" value="#agreement_version#" null=#!IsValid('integer',agreement_version)#/>
|
||||
|
||||
order by a.agreement_version desc limit 1
|
||||
</cfquery>
|
||||
|
||||
<!--- <cfdump var=#qAgreement#/> --->
|
||||
|
||||
<!--- <cfdump var=#pageInfo#/>
|
||||
<cfdump var=#specification_item_version#/>
|
||||
|
||||
Reference in New Issue
Block a user