diff --git a/htdocs/product/price.php b/htdocs/product/price.php index 7c8e18b213b..b6cf03fc837 100644 --- a/htdocs/product/price.php +++ b/htdocs/product/price.php @@ -1129,7 +1129,7 @@ if ($action == 'edit_price' && $object->getRights()->creer) print ''; print ''; print ''; - print ''; + print ''; } else { // This option is kept for backward compatibility but has no sense print ''; diff --git a/htdocs/product/stock/replenish.php b/htdocs/product/stock/replenish.php index 94629a3e821..8773d10ad4d 100644 --- a/htdocs/product/stock/replenish.php +++ b/htdocs/product/stock/replenish.php @@ -372,6 +372,8 @@ $head[1][1] = $langs->trans("ReplenishmentOrders"); $head[1][2] = 'replenishorders'; +print load_fiche_titre($langs->trans('Replenishment'), '', 'title_generic.png'); + print '
'. ''. @@ -382,7 +384,7 @@ print '' ''. ''; -dol_fiche_head($head, 'replenish', $langs->trans('Replenishment'), 0, 'stock'); +dol_fiche_head($head, 'replenish', '', 0, ''); print $langs->trans("ReplenishmentStatusDesc").'
'."\n"; if ($usevirtualstock == 1) diff --git a/htdocs/product/stock/replenishorders.php b/htdocs/product/stock/replenishorders.php index 303180c2cb7..785760ef511 100644 --- a/htdocs/product/stock/replenishorders.php +++ b/htdocs/product/stock/replenishorders.php @@ -52,6 +52,8 @@ $texte = $langs->trans('ReplenishmentOrders'); llxHeader('', $texte, $helpurl, ''); +print load_fiche_titre($langs->trans('Replenishment'), '', 'title_generic.png'); + $head = array(); $head[0][0] = DOL_URL_ROOT.'/product/stock/replenish.php'; $head[0][1] = $langs->trans('Status'); @@ -60,7 +62,7 @@ $head[1][0] = DOL_URL_ROOT.'/product/stock/replenishorders.php'; $head[1][1] = $texte; $head[1][2] = 'replenishorders'; -dol_fiche_head($head, 'replenishorders', $langs->trans('Replenishment'), 0, 'stock'); +dol_fiche_head($head, 'replenishorders', '', 0, ''); $commandestatic = new CommandeFournisseur($db); $sref = GETPOST('search_ref', 'alpha');