Fixing style errors.

This commit is contained in:
stickler-ci 2022-05-23 18:08:49 +00:00
parent 6f0047cc77
commit c2277a644b

View File

@ -2616,7 +2616,6 @@ class ExpenseReport extends CommonObject
for ($i = 0; $i < $num; $i++) {
if ($i < ($num - 1)) {
if ($qty > $ranges[$i]->range && $qty < $ranges[$i+1]->range) {
$coef = $ranges[$i]->coef;
$offset = $ranges[$i]->offset;