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/oe.pl
1779 1779

  
1780 1780
    map { $subtotals{$_} += $oe->{$_};
1781 1781
          $totals{$_}    += $oe->{$_} } @subtotal_columns;
1782
    $subtotals{marge_percent} = $subtotals{marge_total} / $subtotals{netamount} * 100;
1783
    $totals{marge_percent} = $totals{marge_total} / $totals{netamount} * 100;
1782

  
1783
    $subtotals{marge_percent} = $subtotals{netamount} ? ($subtotals{marge_total} * 100 / $subtotals{netamount}) : 0;
1784
    $totals{marge_percent}    = $totals{netamount}    ? ($totals{marge_total}    * 100 / $totals{netamount}   ) : 0;
1784 1785

  
1785 1786
    map { $oe->{$_} = $form->format_amount(\%myconfig, $oe->{$_}, 2) } qw(netamount tax amount marge_total marge_percent);
1786 1787

  

Auch abrufbar als: Unified diff