Revision 41cedb2d
Von Moritz Bunkus vor mehr als 17 Jahren hinzugefügt
bin/mozilla/is.pl | ||
---|---|---|
169 | 169 |
|
170 | 170 |
$form->{oldcustomer} = "$form->{customer}--$form->{customer_id}"; |
171 | 171 |
|
172 |
if (@{ $form->{all_customer} }) { |
|
173 |
$form->{customer} = "$form->{customer}--$form->{customer_id}"; |
|
174 |
} |
|
175 |
|
|
176 | 172 |
# departments |
177 | 173 |
if ($form->{all_departments}) { |
178 | 174 |
$form->{selectdepartment} = "<option>\n"; |
Auch abrufbar als: Unified diff
Überflüssigen Code entfernt.