Fixing style errors.

This commit is contained in:
stickler-ci 2021-08-26 07:37:39 +00:00
parent a788486d81
commit bdcddebb5f

View File

@ -236,7 +236,7 @@ if ($resql) {
if ($sub_bom_product->cost_price > 0) {
print '<td class="linecolcost nowrap right" id="sub_bom_cost_'.$sub_bom_line->id.'">'.price($sub_bom_product->cost_price * $line->qty).'</td>';
$total_cost.= $sub_bom_product->cost_price * $line->qty;
}
}
// PMP if cost price isn't defined
elseif ($sub_bom_product->pmp > 0) {