feat: price of services over one product in deal document
This commit is contained in:
@@ -168,7 +168,7 @@
|
||||
</tbody>
|
||||
</table>
|
||||
<div class="medium-text total align-right bold">
|
||||
Итого: {{ product_services_totals[loop.index0] }} Р
|
||||
Итого: {{ product_services_totals[loop.index0].total }} Р, за единицу: {{ product_services_totals[loop.index0].total_one_product }} Р
|
||||
</div>
|
||||
{% else %}
|
||||
<div class="medium-text total align-right bold"></div>
|
||||
|
||||
Reference in New Issue
Block a user