From 12aa8fe223e4ca5a0baf3ac008ae3aade15d8ca3 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 16 Feb 2021 19:01:00 +0100 Subject: [PATCH] Fix css --- htdocs/product/fournisseurs.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/htdocs/product/fournisseurs.php b/htdocs/product/fournisseurs.php index d66d7338bfd..51e53cceca8 100644 --- a/htdocs/product/fournisseurs.php +++ b/htdocs/product/fournisseurs.php @@ -402,7 +402,7 @@ if ($id > 0 || $ref) print '
'; print '
'; - print ''; + print '
'; // Cost price. Can be used for margin module for option "calculate margin on explicit cost price print ''; // PMP - print ''; + print ''; print ''; print ''; // Best buying Price - print ''; + print ''; print '
'; @@ -415,14 +415,14 @@ if ($id > 0 || $ref) print '
'.$form->textwithpicto($langs->trans("AverageUnitPricePMPShort"), $langs->trans("AverageUnitPricePMPDesc")).'
'.$form->textwithpicto($langs->trans("AverageUnitPricePMPShort"), $langs->trans("AverageUnitPricePMPDesc")).''; if ($object->pmp > 0) print price($object->pmp).' '.$langs->trans("HT"); print '
'.$langs->trans("BuyingPriceMin").'
'.$langs->trans("BuyingPriceMin").''; $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 ''; // Supplier - print ''; print ''; - print ''; + print ''; print ''; $formbarcode = new FormBarCode($db);
'.$langs->trans("Supplier").''; + print '
'.$langs->trans("Supplier").''; if ($rowid) { $supplier = new Fournisseur($db); @@ -729,7 +729,7 @@ END; // Option to define a transport cost on supplier price print '
'.$langs->trans('BarcodeValue').''.img_picto('', 'barcode', 'class="pictofixedwidth"').'