Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 9a7a811d

Von Bernd Blessmann vor mehr als 13 Jahren hinzugefügt

  • ID 9a7a811d2d254f95f3cf1664566ff4a5335eee31
  • Vorgänger 4b4c57c4
  • Nachfolger ba5d3542

Bug 1647 - Lieferanten-Einkaufspreise verlieren Nachkommastellen nicht mehr

Unterschiede anzeigen:

bin/mozilla/ic.pl
1703 1703
  # parse pricegroups. and no, don't rely on check_form for this...
1704 1704
  map { $form->{"price_$_"} = $form->parse_amount(\%myconfig, $form->{"price_$_"}) } 1 .. $form->{price_rows};
1705 1705

  
1706
  # same for lastcosts
1707
  map { $form->{"lastcost_$_"} = $form->parse_amount(\%myconfig, $form->{"lastcost_$_"}) } 1 .. $form->{"makemodel_rows"};
1708

  
1706 1709
  if ($form->{item} eq "assembly") {
1707 1710
    my $i = $form->{assembly_rows};
1708 1711

  

Auch abrufbar als: Unified diff