';
// Cost price. Can be used for margin module for option "calculate margin on explicit cost price
print '| ';
@@ -415,14 +415,14 @@ if ($id > 0 || $ref)
print ' |
';
// PMP
- print '| '.$form->textwithpicto($langs->trans("AverageUnitPricePMPShort"), $langs->trans("AverageUnitPricePMPDesc")).' | ';
+ print '
| '.$form->textwithpicto($langs->trans("AverageUnitPricePMPShort"), $langs->trans("AverageUnitPricePMPDesc")).' | ';
print '';
if ($object->pmp > 0) print price($object->pmp).' '.$langs->trans("HT");
print ' | ';
print '
';
// Best buying Price
- print '| '.$langs->trans("BuyingPriceMin").' | ';
+ print '
| '.$langs->trans("BuyingPriceMin").' | ';
print '';
$product_fourn = new ProductFournisseur($db);
if ($product_fourn->find_min_price_product_fournisseur($object->id) > 0)
@@ -462,7 +462,7 @@ if ($id > 0 || $ref)
print ' |