From e64861e20c271c40675b105055b4a01e18b6563f Mon Sep 17 00:00:00 2001 From: apache Date: Tue, 21 Mar 2017 13:52:10 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BF=D1=80=D0=B0=D0=B2=D0=BA=D0=B8=20=D1=81?= =?UTF-8?q?=20=D1=81=D0=B5=D1=80=D0=B2=D0=B5=D1=80=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project/templates/docs/aktrabot/form.html | 3 ++- project/templates/docs/faktura/form.html | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/project/templates/docs/aktrabot/form.html b/project/templates/docs/aktrabot/form.html index 3611e8d..ee24308 100644 --- a/project/templates/docs/aktrabot/form.html +++ b/project/templates/docs/aktrabot/form.html @@ -5,7 +5,8 @@ {% block form_content %}
{% include 'docs/parts/form_field.html' with field=form.doc_num id="doc_num" classes="left" label="Номер" required="True" no_clear_after="True" %} - {% include 'docs/parts/form_field.html' with field=form.doc_date id="doc_date" classes="left" label="Дата создания" required="True" %} + {% include 'docs/parts/form_field.html' with field=form.doc_date id="doc_date" classes="left" label="Дата создания" required="True" no_clear_after="True" %} + {% include 'docs/parts/form_field.html' with field=form.bank_account id="bank_account" classes="field" label="Расчётный счёт" %}
diff --git a/project/templates/docs/faktura/form.html b/project/templates/docs/faktura/form.html index d761377..04a820f 100644 --- a/project/templates/docs/faktura/form.html +++ b/project/templates/docs/faktura/form.html @@ -5,7 +5,8 @@ {% block form_content %}
{% include 'docs/parts/form_field.html' with field=form.doc_num id="doc_num" classes="left" label="Номер" required="True" no_clear_after="True" %} - {% include 'docs/parts/form_field.html' with field=form.doc_date id="doc_date" classes="left" label="Дата создания" required="True" %} + {% include 'docs/parts/form_field.html' with field=form.doc_date id="doc_date" classes="left" label="Дата создания" required="True" no_clear_after="True"%} + {% include 'docs/parts/form_field.html' with field=form.bank_account id="bank_account" classes="field" label="Расчётный счёт" %}
{% include 'docs/parts/form_field.html' with field=form.plat_doc_num id="plat_doc_num" classes="left" label="Номер платёжного документа" required="True" no_clear_after="True" %}