Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 95a9314a

Von Moritz Bunkus vor mehr als 14 Jahren hinzugefügt

  • ID 95a9314a3ccbfcbcbebef1929577361c21c54cf0
  • Vorgänger 97e073c4
  • Nachfolger 77557166

Bei Wechsel Ansprechpartner Drop-Down-Boxen für Titel/Abteilung zurücksetzen

Fix für Bug 1311.

Unterschiede anzeigen:

bin/mozilla/ct.pl
654 654
  my %myconfig = %main::myconfig;
655 655

  
656 656
  CT->get_shipto(\%myconfig, \%$form);
657
  print $form->ajax_response_header(),  join '__pjx__', map $form->{"shipto$_"},
658
    qw(name department_1 department_2 street zipcode city country contact phone fax email used);
657
  print $form->ajax_response_header(), join('__pjx__', map($form->{"shipto$_"}, qw(name department_1 department_2 street zipcode city country contact phone fax email used)));
659 658
  $main::lxdebug->leave_sub();
660 659

  
661 660
}

Auch abrufbar als: Unified diff