Fixes
This commit is contained in:
parent
de4406d603
commit
1f9cc86cfb
@ -115,7 +115,7 @@ class Calc
|
|||||||
$p = 0;
|
$p = 0;
|
||||||
|
|
||||||
eval('@$p = ' . $formel . ';');
|
eval('@$p = ' . $formel . ';');
|
||||||
if($p > 0) {
|
if($p > 0 || $p < 0) {
|
||||||
$price += $p;
|
$price += $p;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user