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/ir.pl
149 149
    $form->{currency} = $currency;
150 150
  }
151 151

  
152
  my @curr = $form->get_all_currencies();
152
  my @curr = split(/:/, $form->{currencies}); #seems to be missing
153 153
  map { $form->{selectcurrency} .= "<option>$_\n" } @curr;
154 154

  
155 155
  $form->{oldvendor} = "$form->{vendor}--$form->{vendor_id}";

Auch abrufbar als: Unified diff