|
|
|
|
@ -21,7 +21,7 @@ |
|
|
|
|
</div> |
|
|
|
|
{% include 'docs/parts/form_field.html' with field=form.avance id="avance" label="Аванс" no_clear_after="True" label_inline="True" %} |
|
|
|
|
{% include 'docs/parts/form_field_client.html' with field=form.client required="True" is_ajax="True" %} |
|
|
|
|
{% include 'docs/parts/form_field.html' with field=form.invoice id="invoice" classes="field" label="Создать счёт-фактуру по счёту" %} |
|
|
|
|
{% include 'docs/parts/form_field.html' with field=form.invoice id="invoice" classes="field hidden" label="Создать счёт-фактуру по счёту" %} |
|
|
|
|
{% include 'docs/parts/form_field.html' with field=form.currency id="currency" classes="field" label="Валюта" %} |
|
|
|
|
{% include 'docs/parts/form_field_sender.html' with field=form.sender id="sender" classes="field" label="Отправитель" %} |
|
|
|
|
{% include 'docs/parts/form_field_receiver.html' with field=form.receiver id="receiver" classes="field" label="Получатель" %} |
|
|
|
|
|