core/api/modules/order/info.html

24 lines
617 B
HTML
Executable File
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<h2>Инфо о заказе</h2>
{if $tip==0}
<b>Физическое лицо</b><br>
<p>{$kl}</p>
<p>
<a href="/print-zakaz/{$zakaz_id}">Напечатать заказ клиента</a>
</p>
{else}
<b>Юридическое лицо</b><br>
<a href="/org-info/{$org_id}">{$org}</a>
<p>Контактное лицо<br>
{$kl}
</p>
<p>
<a href="/print-zakaz/{$zakaz_id}">Напечатать заказ клиента</a>
| <a href="/send-schet/{$new_orders[customer].email}">Создать и отправить счет</a>
</p>
{/if}