Fixing style errors.
This commit is contained in:
parent
4d96c5d345
commit
578de93dc4
@ -243,7 +243,7 @@ if ($resql) {
|
|||||||
print '<td class="linecolcost nowrap right" id="sub_bom_cost_'.$sub_bom_line->id.'">'.price($sub_bom_product->pmp * $line->qty).'</td>';
|
print '<td class="linecolcost nowrap right" id="sub_bom_cost_'.$sub_bom_line->id.'">'.price($sub_bom_product->pmp * $line->qty).'</td>';
|
||||||
$total_cost.= $sub_bom_product->pmp * $line->qty;
|
$total_cost.= $sub_bom_product->pmp * $line->qty;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Minimum purchase price if cost price and PMP aren't defined
|
// Minimum purchase price if cost price and PMP aren't defined
|
||||||
else {
|
else {
|
||||||
$sql_supplier_price = 'SELECT MIN(price) AS min_price FROM '.MAIN_DB_PREFIX.'product_fournisseur_price';
|
$sql_supplier_price = 'SELECT MIN(price) AS min_price FROM '.MAIN_DB_PREFIX.'product_fournisseur_price';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user