[%- USE T8 %]
[% USE HTML %][% USE LxERP %][%- USE L -%][%- USE P -%]
[%- IF delivered %]
[%- SET RO = ' readonly' %]
[%- END %]
[% 'Notes' | $T8 %] |
[% 'Internal Notes' | $T8 %] |
[% IF delivered %]
[% L.hidden_tag("notes", notes) %]
[% P.restricted_html(notes) %]
[% ELSE %]
[% L.textarea_tag("notes", notes, wrap="soft", style="width: 350px; height: 150px", class="texteditor") %]
[% END %]
|
|
[% 'Delivery Terms' | $T8 %] |
[% L.select_tag('delivery_term_id', ALL_DELIVERY_TERMS, default = delivery_term_id, with_empty = 1, title_key = 'description') %] |
|
[%- IF show_weight %]
[% 'Total weight' | $T8 %] |
[% LxERP.format_amount(totalweight, 3) %] [% HTML.escape(weightunit) %]
|
|
|
[%- END %]
[% PROCESS 'webdav/_list.html' %]
[%- LxERP.t8("Loading...") %]
[%- IF !delivered %]
[%- PROCESS 'common/_ship_to_dialog.html' vc_obj=VC_OBJ %]
[%- END %]
[% PRINT_OPTIONS %]
[%- IF !delivered %]
[%- END %]
[%- PROCESS 'common/_print_dialog.html' %]