Revision 284b226e
Von G. Richardson vor fast 14 Jahren hinzugefügt
SL/IS.pm | ||
---|---|---|
1277 | 1277 |
|
1278 | 1278 |
# total expenses and inventory |
1279 | 1279 |
# sellprice is the cost of the item |
1280 |
my $linetotal = $form->round_amount(($ref->{sellprice} * $qty) / ($ref->{price_factor} * ( $basefactor || 1 )), 2);
|
|
1280 |
my $linetotal = $form->round_amount(($ref->{sellprice} * $qty) / ( ($ref->{price_factor} ̣|| 1) * ( $basefactor || 1 )), 2);
|
|
1281 | 1281 |
|
1282 | 1282 |
if (!$main::eur) { |
1283 | 1283 |
$ref->{expense_accno} = ($form->{"expense_accno_$row"}) ? $form->{"expense_accno_$row"} : $ref->{expense_accno}; |
Auch abrufbar als: Unified diff
Bug 1520: Division by zero Fehler
verhindern, daß Preisfaktor 0 ist