]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/ir/form_header.html
division by zero Fehler bei GuV und EÜR
[mfinanz.git] / templates / webpages / ir / form_header.html
index d070b4d7411190adc1f2f8daa6b9c76365464472..697e3e54f0705d6b11ce1bb7442c402899d47a7e 100644 (file)
         <tr>
           <th align="right">[% 'Contact Person' | $T8 %]</th>
           <td>
-            [%- INCLUDE 'generic/multibox.html'
-                 name       = 'cp_id',
-                 style      = 'width: 250px',
-                 DATA       = ALL_CONTACTS,
-                 id_key     = 'cp_id',
-                 label_sub  = 'contact_labels',
-                 show_empty = 1 -%]
+            [% L.select_tag('cp_id', L.options_for_select(ALL_CONTACTS, default=cp_id, value='cp_id', title='full_name_dep', with_empty=1), style='width: 250px') %]
           </td>
         </tr>
 [%- END %]