]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/is/form_header.html
Verkaufsrechnung bearbeiten - ALL_DEPARTMENTS wie andere Belegemasken
[mfinanz.git] / templates / webpages / is / form_header.html
index 5e76f88d7a28bc178bd7336350bb11cff0fa2257..28f3f4da43c933d7ac251e8da2fa6c9d1bc9e0a8 100644 (file)
   [%- END %]
           </td>
         </tr>
-[%- IF all_departments %]
+[%- IF ALL_DEPARTMENTS %]
         <tr>
           <th align="right" nowrap>[% 'Department' | $T8 %]</th>
           <td colspan="3">
-            [% L.select_tag('department_id', all_departments, default = department_id, title_sub = \department_labels, with_empty = 1, style = 'width:250px') %]
+            [% L.select_tag('department_id', ALL_DEPARTMENTS, default = department_id, title_key = 'description', with_empty = 1, style = 'width:250px') %]
           </td>
         </tr>
 [%- END %]