2 [% USE HTML %][% USE LxERP %][%- USE L -%][%- USE P -%]
 
   4  [%- SET RO = ' readonly' %]
 
  11         <th align="left">[% 'Notes' | $T8 %]</th>
 
  12         <th align="left">[% 'Internal Notes' | $T8 %]</th>
 
  18           [% L.hidden_tag("notes", notes) %]
 
  19          <div style="width: 350px; height: 150px; border: 1px solid black">[% P.restricted_html(notes) %]</div>
 
  21           [% L.textarea_tag("notes", notes, wrap="soft", style="width: 350px; height: 150px", class="texteditor") %]
 
  24         <td>[% L.textarea_tag("intnotes", intnotes, wrap="soft", style="width: 350px; height: 150px") %]</td>
 
  28          <th align="right">[% 'Delivery Terms' | $T8 %]</th>
 
  29          <td>[% L.select_tag('delivery_term_id', ALL_DELIVERY_TERMS, default = delivery_term_id, with_empty = 1, title_key = 'description') %]</td>
 
  43               <th  align="left">[% 'Total weight' | $T8 %]</th>
 
  45                 [% LxERP.format_amount(totalweight, 3) %] [% HTML.escape(weightunit) %]
 
  59 [% PROCESS 'webdav/_list.html' %]
 
  61   [%- LxERP.t8("Loading...") %]
 
  65   <input type="hidden" id="rowcount" name="rowcount" value="[% HTML.escape(rowcount) %]">
 
  66   <input name="callback" type="hidden" value="[% HTML.escape(callback) %]">
 
  69   <div id="shipto_inputs" class="hidden">
 
  70    [%- PROCESS 'common/_ship_to_dialog.html' vc_obj=VC_OBJ cvars=shipto_cvars %]
 
  74   <div id="email_inputs" class="hidden"></div>
 
  76   <div id="print_options" class="hidden">
 
  80 <script type='text/javascript'>
 
  81  $(kivi.SalesPurchase.init_on_submit_checks);
 
  85  <div id="shipto_dialog" class="hidden"></div>
 
  87 <div id="print_dialog" class="hidden">
 
  88  [%- PROCESS 'common/_print_dialog.html' %]