Revision ee9f9f9a
Von Sven Schöling vor etwa 14 Jahren hinzugefügt
bin/mozilla/ar.pl | ||
---|---|---|
1398 | 1398 |
my ($department) = split /--/, $form->{department}; |
1399 | 1399 |
push @options, $locale->text('Department') . " : $department"; |
1400 | 1400 |
} |
1401 |
if ($form->{department_id}) { |
|
1402 |
push @options, $locale->text('Department Id') . " : $form->{department_id}"; |
|
1403 |
} |
|
1401 | 1404 |
if ($form->{invnumber}) { |
1402 | 1405 |
push @options, $locale->text('Invoice Number') . " : $form->{invnumber}"; |
1403 | 1406 |
} |
Auch abrufbar als: Unified diff
Rechungssuche - Department bei selectbox richtig suchen.
Applikation des Multibox Features von eben. Department wird im Suchpfad jetzt
getrennt von department_id behandelt, und die selectbox stellt rendert gleich
den korrekten Elementnamen.