diff --git a/htdocs/product/price.php b/htdocs/product/price.php index a701a637aa8..e296d44bd33 100644 --- a/htdocs/product/price.php +++ b/htdocs/product/price.php @@ -1606,9 +1606,12 @@ if (! empty($conf->global->PRODUIT_CUSTOMER_PRICES)) print ''; print ''; print ''; + + dol_fiche_head(); + print '
| ' . $langs->trans('ThirdParty') . ' | '; + print '' . $langs->trans('ThirdParty') . ' | '; $staticsoc = new Societe($db); $staticsoc->fetch($prodcustprice->fk_soc); print "" . $staticsoc->getNomUrl(1) . " | "; @@ -1620,7 +1623,7 @@ if (! empty($conf->global->PRODUIT_CUSTOMER_PRICES)) print '|
| '; + print ' | |||
| '; print $langs->trans('PriceBase'); print ' | '; print ''; @@ -1629,7 +1632,7 @@ if (! empty($conf->global->PRODUIT_CUSTOMER_PRICES)) print ' | ||
| '; + print ' | |||
| '; $text = $langs->trans('SellingPrice'); print $form->textwithpicto($text, $langs->trans("PrecisionUnitIsLimitedToXDecimals", $conf->global->MAIN_MAX_DECIMALS_UNIT), 1, 1); print ' | '; @@ -1658,7 +1661,7 @@ if (! empty($conf->global->PRODUIT_CUSTOMER_PRICES)) print ' | ||
| '; + print ' | |||
| '; print $langs->trans('ForceUpdateChildPriceSoc'); print ' | '; print ''; @@ -1668,7 +1671,9 @@ if (! empty($conf->global->PRODUIT_CUSTOMER_PRICES)) print ' | ||