Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 99131585

Von Moritz Bunkus vor mehr als 17 Jahren hinzugefügt

  • ID 991315859c7b0f25da49baad4822492510b6b3bb
  • Vorgänger 46d3c615
  • Nachfolger e06a7e08

Anzeige von weiteren Details in den Lieferadressendropdownboxen: Name, Abteilung, Straße, Ort.

Unterschiede anzeigen:

bin/mozilla/is.pl
392 392
  @values = ("");
393 393
  foreach my $item (@{ $form->{"ALL_SHIPTO"} }) {
394 394
    push(@values, $item->{"shipto_id"});
395
    $labels{$item->{"shipto_id"}} =
396
      $item->{"shiptoname"} . " " . $item->{"shiptodepartment_1"};
395
    $labels{$item->{"shipto_id"}} = join "; ", grep { $_ } map { $item->{"shipto${_}" } } qw(name department_1 street city);
397 396
  }
398 397

  
399 398
  my $shipto;
bin/mozilla/oe.pl
463 463
  @values = ("");
464 464
  foreach my $item (@{ $form->{"ALL_SHIPTO"} }) {
465 465
    push(@values, $item->{"shipto_id"});
466
    $labels{$item->{"shipto_id"}} =
467
      $item->{"shiptoname"} . " " . $item->{"shiptodepartment_1"};
466
    $labels{$item->{"shipto_id"}} = join "; ", grep { $_ } map { $item->{"shipto${_}" } } qw(name department_1 street city);
468 467
  }
469 468

  
470 469
  my $shipto;

Auch abrufbar als: Unified diff