diff --git a/Application.cfc b/Application.cfc index 23e2540..8e8cf4f 100644 --- a/Application.cfc +++ b/Application.cfc @@ -69,7 +69,7 @@ - + diff --git a/agreement_ls.cfm b/agreement_ls.cfm index f853914..e48d0fb 100644 --- a/agreement_ls.cfm +++ b/agreement_ls.cfm @@ -24,7 +24,7 @@ a.contract_id a.agreement_version a.deal_uid - a.probability_perc + a.probability_perc a.agreement a.dt_agreement a.is_actual diff --git a/specification_item_ls.cfm b/specification_item_ls.cfm index 1ae617d..880408d 100644 --- a/specification_item_ls.cfm +++ b/specification_item_ls.cfm @@ -24,18 +24,18 @@ a.contract_id a.agreement_version a.deal_uid - a.probability_perc + a.probability_perc a.agreement case when a.agreement_version = 0 then 'New sale' else 'Up sale' end as deal_type - s.specification + s.specification si.specification_id d.contract d.dt_contract k.contragent siv.specification_item_uid - svc.svc + siv.specification_item_version si.svc_id si.pricing_model_id p.pricing_model_short @@ -198,21 +198,22 @@ select count(*) as cnt from specification_item where 1=1 - - + + + - + - - + - + +