005 line df_from init fix

This commit is contained in:
msyu
2025-06-19 16:50:43 +03:00
parent c61b42ddfe
commit 0b30451d0e
2 changed files with 3 additions and 4 deletions
+2 -3
View File
@@ -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#/>