003 costs/ number clean
This commit is contained in:
@@ -183,6 +183,7 @@
|
||||
select
|
||||
siv.price
|
||||
,siv.quantity
|
||||
,siv.price*siv.quantity as cost
|
||||
,siv.specification_item_version
|
||||
,siv.agreement_version
|
||||
,siv.dt_from
|
||||
@@ -226,6 +227,7 @@
|
||||
<th>Услуга (для печати)</th>
|
||||
<th>Кол-во</th>
|
||||
<th>Цена</th>
|
||||
<th>Стоимость</th>
|
||||
<th></th>
|
||||
</tr>
|
||||
</thead>
|
||||
@@ -245,6 +247,7 @@
|
||||
<td>#specification_item_version#</td>
|
||||
<td class="r">#quantity#</td>
|
||||
<td class="r">#price#</td>
|
||||
<td class="r">#cost#</td>
|
||||
<td class="c">
|
||||
<cfif pageInfo.writePermitted()>
|
||||
<a href="specification_item_version_del.cfm?specification_item_uid=#specification_item_uid#&agreement_version=#agreement_version#&#tr.fwx#">
|
||||
|
||||
Reference in New Issue
Block a user