Revision d778a9a9
Von Moritz Bunkus vor mehr als 17 Jahren hinzugefügt
bin/mozilla/ct.pl | ||
---|---|---|
661 | 661 |
"$form->{script}?login=$form->{login}&password=$form->{password}&action=get_contact"; |
662 | 662 |
|
663 | 663 |
my $pjx = new CGI::Ajax( 'get_contact' => $get_contact_url ); |
664 |
$form->{selectcontact} = "<option value=0></option>"; |
|
664 |
$form->{selectcontact} = "<option value=0>" . $locale->text('New contact') . "</option>";
|
|
665 | 665 |
if (@{ $form->{CONTACTS} }) { |
666 | 666 |
foreach $item (@{ $form->{CONTACTS} }) { |
667 | 667 |
if ($item->{cp_id} == $form->{cp_id}) { |
Auch abrufbar als: Unified diff
Kunden-/Lieferantenstammdaten: Beim Ansprechpartner steht in der Drop-Down-Box oben 'Neuer Ansprechpartner' anstelle eines leeren Eintrages, damit der Benutzer besser weiß, was hier passiert.