003 costs/ number clean
This commit is contained in:
@@ -204,6 +204,7 @@
|
||||
,iv.specification_item_version /*it is printable name not number*/
|
||||
,iv.quantity
|
||||
,iv.price
|
||||
,iv.price*iv.quantity as cost
|
||||
,iv.dt_from
|
||||
,iv.dt_to
|
||||
,i.specification_id
|
||||
@@ -282,6 +283,7 @@
|
||||
<th>Дата по</th>
|
||||
<th>Кол-во</th>
|
||||
<th>Цена</th>
|
||||
<th>Стоимость</th>
|
||||
|
||||
<th> </th>
|
||||
|
||||
@@ -322,6 +324,7 @@
|
||||
<td class="c">#dateFormat(dt_to,'DD.MM.YYYY')#</td>
|
||||
<td class="r">#quantity#</td>
|
||||
<td class="r">#price#</td>
|
||||
<td class="r">#cost#</td>
|
||||
|
||||
<td></td>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user