fix frontand add items btn

prod
Dmitriy Shesterkin 9 years ago
parent 82c5103547
commit 8a22e174cd
  1. 5
      src/dokumentor/templates/docs/aktsverki/form_tbl_items.html
  2. 2
      src/dokumentor/templates/docs/dover/form_tbl_items.html

@ -1,4 +1,4 @@
{# табличная часть акта сверки #}
{# табличная часть акта сверки #}
<table id="tbl_items" class="doc-list aktsverki">
<tr>
@ -28,13 +28,14 @@
</tr>
{% endfor %}
<tr>
<tr style="height: 41px;">
<td>
</td>
<td><b id="itogo_debit"></b></td>
<td><b id="itogo_credit"></b></td>
<td></td>
</tr>
</table>
{{ formset.management_form }}

@ -28,7 +28,7 @@
</tr>
{% endfor %}
<tr>
<tr style="height: 41px;">
<td>
</td>
<td><b id="itogo_qty"></b></td>

Loading…
Cancel
Save