Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 58eae092

Von G. Richardson vor mehr als 12 Jahren hinzugefügt

  • ID 58eae0927419df7bc4f5c3adffc8ecd0c0d4dcfd
  • Vorgänger a7182196
  • Nachfolger 46b00bb4

Bug xxx

listprice

Unterschiede anzeigen:

bin/mozilla/is.pl
576 576

  
577 577
        $form->{creditremaining} -= $amount;
578 578

  
579
        map { $form->{"${_}_$i"} = $form->format_amount(\%myconfig, $form->{"${_}_$i"}, $decimalplaces) } qw(sellprice listprice lastcost);
579
        map { $form->{"${_}_$i"} = $form->format_amount(\%myconfig, $form->{"${_}_$i"}, $decimalplaces) } qw(sellprice lastcost);
580 580

  
581 581
        $form->{"qty_$i"} = $form->format_amount(\%myconfig, $form->{"qty_$i"});
582 582

  
......
938 938
#  map { $form->{$_} = $form->parse_amount(\%myconfig, $form->{$_}) }
939 939
#    qw(creditlimit creditremaining);
940 940

  
941
  for my $i (1 .. $form->{rowcount}) {
942
    for (qw(listprice)) {
943
      $form->{"${_}_${i}"} = $form->parse_amount(\%myconfig, $form->{"${_}_${i}"}) if $form->{"${_}_${i}"};
944
    }
945
  }
946

  
941 947
  my $currency = $form->{currency};
942 948
  &invoice_links;
943 949

  

Auch abrufbar als: Unified diff