Revision 6abbd83d
Von Thomas Heck vor etwa 12 Jahren hinzugefügt
templates/webpages/do/form_header.html | ||
---|---|---|
182 | 182 |
<tr> |
183 | 183 |
<th align="right" nowrap>[% 'Department' | $T8 %]</th> |
184 | 184 |
<td colspan="3"> |
185 |
[% L.select_tag('department_id', L.options_for_select(ALL_DEPARTMENTS, default=department_id, title="description", with_empty=1), style='width: 250px', disabled => delivered )%] |
|
185 |
[% IF ( delivered ) %] |
|
186 |
[% L.hidden_tag('department_id', department_id) %] |
|
187 |
[% END %] |
|
188 |
[% L.select_tag('department_id', L.options_for_select(ALL_DEPARTMENTS, default=department_id, title="description", with_empty=1), style='width: 250px', disabled => delivered )%] |
|
186 | 189 |
</td> |
187 | 190 |
</tr> |
188 | 191 |
[%- END %] |
Auch abrufbar als: Unified diff
Abteilung aus ausgelagerten Lieferscheinen in Rechnungen übernommen
fixt #1950