diff --git a/project/templates/docs/faktura/as_pdf.html b/project/templates/docs/faktura/as_pdf.html
index 05e12f8..37b2383 100644
--- a/project/templates/docs/faktura/as_pdf.html
+++ b/project/templates/docs/faktura/as_pdf.html
@@ -79,6 +79,13 @@
СЧЁТ-ФАКТУРА |
№ {{ obj.doc_num }} от {% load pytils_dt %}{{ obj.doc_date|ru_strftime:"%d %B %Y" }} г. |
+ {% if obj.fixes %}
+
+ |
+ ИСПРАВЛЕНИЕ |
+ № {{ obj.fix_doc_num }} от {% load pytils_dt %}{{ obj.fix_doc_date|ru_strftime:"%d %B %Y" }} г. |
+
+ {% endif %}
{# строка 3 #}
|
diff --git a/project/xls_templates/faktura.xls b/project/xls_templates/faktura.xls
index e35cba1..b54520e 100644
Binary files a/project/xls_templates/faktura.xls and b/project/xls_templates/faktura.xls differ