Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 9557707c

Von Moritz Bunkus vor mehr als 11 Jahren hinzugefügt

  • ID 9557707c3a18daeb9371f2366b8637a7e1f0fa3c
  • Vorgänger c1a8c632
  • Nachfolger ae27679f

Revert "Nutzung der Tabelle currencies"

This reverts commit be776964b83340e69fa2f02eae59b703c0c95b88.

Unterschiede anzeigen:

bin/mozilla/ic.pl
1489 1489
  IC->create_links("IC", \%myconfig, \%$form);
1490 1490

  
1491 1491
  # currencies
1492
  map({ $form->{selectcurrency} .= "<option>$_\n" } $::form->get_all_currencies());
1492
  map({ $form->{selectcurrency} .= "<option>$_\n" }
1493
      split(/:/, $form->{currencies}));
1493 1494

  
1494 1495
  # parts and assemblies have the same links
1495 1496
  my $item = $form->{item};

Auch abrufbar als: Unified diff