Revision e6ef45f2
Von Moritz Bunkus vor mehr als 17 Jahren hinzugefügt
SL/OE.pm | ||
---|---|---|
187 | 187 |
my $all_units = AM->retrieve_units($myconfig, $form); |
188 | 188 |
$form->{all_units} = $all_units; |
189 | 189 |
|
190 |
($null, $form->{employee_id}) = split /--/, $form->{employee};
|
|
190 |
$form->{employee_id} = (split /--/, $form->{employee})[1] if !$form->{employee_id};
|
|
191 | 191 |
unless ($form->{employee_id}) { |
192 | 192 |
$form->get_employee($dbh); |
193 | 193 |
} |
Auch abrufbar als: Unified diff
Beim Speichern von Angeboten etc den Bearbeiter nicht aus $form->{employee} ableiten, weil die Drop-Down-Box jetzt $form->{employee_id} heißt.