remotes/origin/yandex
Bachurin Sergey 12 years ago
parent 346422dbc3
commit 55f0f92b4f
  1. 7
      project/templates/docs/faktura/as_pdf.html
  2. BIN
      project/xls_templates/faktura.xls

@ -79,6 +79,13 @@
<td class="font_10 bold right">СЧЁТ-ФАКТУРА</td>
<td class="font_9 left" colspan='3'>№ {{ obj.doc_num }} от {% load pytils_dt %}{{ obj.doc_date|ru_strftime:"%d %B %Y" }} г.</td>
</tr>
{% if obj.fixes %}
<tr>
<td colspan="3"></td>
<td class="font_10 bold right">ИСПРАВЛЕНИЕ</td>
<td class="font_9 left" colspan='3'>№ {{ obj.fix_doc_num }} от {% load pytils_dt %}{{ obj.fix_doc_date|ru_strftime:"%d %B %Y" }} г.</td>
</tr>
{% endif %}
{# строка 3 #}
<tr>
<td></td>

Binary file not shown.
Loading…
Cancel
Save