Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 3505ff1b

Von Moritz Bunkus vor etwa 17 Jahren hinzugefügt

  • ID 3505ff1bb654d331bd384461d471fa895635e7b4
  • Vorgänger 5a9d765f
  • Nachfolger 1a6dada1

Vermeiden, dass versucht wird, durch 0 zu teilen.

Unterschiede anzeigen:

bin/mozilla/ar.pl
1532 1532
    map { $subtotals{$_} += $ar->{$_};
1533 1533
          $totals{$_}    += $ar->{$_} } @subtotal_columns;
1534 1534

  
1535
    $subtotals{marge_percent} = $subtotals{marge_total} / $subtotals{netamount} * 100;
1536
    $totals{marge_percent} = $totals{marge_total} / $totals{netamount} * 100;
1535
    $subtotals{marge_percent} = $subtotals{netamount} ? ($subtotals{marge_total} * 100 / $subtotals{netamount}) : 0;
1536
    $totals{marge_percent}    = $totals{netamount}    ? ($totals{marge_total}    * 100 / $totals{netamount}   ) : 0;
1537 1537

  
1538 1538
    map { $ar->{$_} = $form->format_amount(\%myconfig, $ar->{$_}, 2) } qw(netamount tax amount paid due marge_total marge_percent);
1539 1539

  

Auch abrufbar als: Unified diff