Anzahlungs-Rg.: Setup korrigieren für Template-Array für Druckvariablen
[kivitendo-erp.git] / templates / webpages / is / form_footer.html
index c5bb70c..a311685 100644 (file)
@@ -18,7 +18,7 @@
           [% L.textarea_tag("notes", notes, wrap="soft", style="width: 350px; height: 150px", class="texteditor") %]
          </td>
          <td>
-          <textarea name="intnotes" rows="[% rows %]" cols="35">[% intnotes %]</textarea>
+          [% L.textarea_tag("intnotes", intnotes, wrap="soft", style="width: 350px; height: 150px") %]
          </td>
          <td>
            <table>
    </td>
   </tr>
 
-[% PROCESS 'is/_payments.html' %]
+[% IF !is_type_invoice_for_advance_payment %]
+  [% PROCESS 'is/_payments.html' %]
+[% END %]
  </table>
 </div>
 [% PROCESS 'webdav/_list.html' %]