Fixing style errors.
This commit is contained in:
parent
6f0047cc77
commit
c2277a644b
@ -2616,7 +2616,6 @@ class ExpenseReport extends CommonObject
|
|||||||
|
|
||||||
for ($i = 0; $i < $num; $i++) {
|
for ($i = 0; $i < $num; $i++) {
|
||||||
if ($i < ($num - 1)) {
|
if ($i < ($num - 1)) {
|
||||||
|
|
||||||
if ($qty > $ranges[$i]->range && $qty < $ranges[$i+1]->range) {
|
if ($qty > $ranges[$i]->range && $qty < $ranges[$i+1]->range) {
|
||||||
$coef = $ranges[$i]->coef;
|
$coef = $ranges[$i]->coef;
|
||||||
$offset = $ranges[$i]->offset;
|
$offset = $ranges[$i]->offset;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user