022 even more interlinks
This commit is contained in:
+6
-2
@@ -85,7 +85,11 @@
|
||||
|
||||
<div class="tr">
|
||||
<div class="th">Контрагент</div>
|
||||
<div class="td">#qDecoration.contragent# #qDecoration.wz# [#d.company_uid#] </div>
|
||||
<div class="td">
|
||||
<a href="contragent.cfm?__id=#d.company_uid#&#tr.fwx#">
|
||||
#qDecoration.contragent# #qDecoration.wz# [#d.company_uid#]
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="tr">
|
||||
@@ -127,7 +131,7 @@
|
||||
from elma.additional_agreements a
|
||||
left outer join elma.deals d on (a.deal_uid=d.__id)
|
||||
left outer join s on (d.__status_status=s.status_id)
|
||||
where a.contract_uid=<cfqueryparam cfsqltype="cf_sql_other" value="#d.__id#"/>
|
||||
where a.contract_uid=<cfqueryparam cfsqltype="cf_sql_other" value="#d.__id#" null=#!isValid('guid',d.__id)#/>
|
||||
order by 1
|
||||
</cfquery>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user