From 5643a714ce1da7a017b91bcc3fca7bba288b3ec2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Salvador?= Date: Fri, 5 Jul 2013 12:14:41 +0200 Subject: [PATCH] changed tab name --- htdocs/product/stock/replenish.php | 4 ++-- htdocs/product/stock/replenishorders.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/product/stock/replenish.php b/htdocs/product/stock/replenish.php index cdb8e63077c..eda18d09f42 100644 --- a/htdocs/product/stock/replenish.php +++ b/htdocs/product/stock/replenish.php @@ -146,7 +146,7 @@ if ($action == 'order') { /* * View */ -$title = $langs->trans('Replenishment'); +$title = $langs->trans('Status'); $sql = 'SELECT p.rowid, p.ref, p.label, p.price'; $sql .= ', p.price_ttc, p.price_base_type,p.fk_product_type'; @@ -217,7 +217,7 @@ if ($resql) { $head[1][0] = DOL_URL_ROOT.'/product/stock/replenishorders.php'; $head[1][1] = $langs->trans("ReplenishmentOrders"); $head[1][2] = 'replenishorders'; - dol_fiche_head($head, 'replenish', $title, 0, 'stock'); + dol_fiche_head($head, 'replenish', $langs->trans('Replenishment'), 0, 'stock'); if ($sref || $snom || $sall || GETPOST('search', 'alpha')) { $filters = '&sref=' . $sref . '&snom=' . $snom; $filters .= '&sall=' . $sall; diff --git a/htdocs/product/stock/replenishorders.php b/htdocs/product/stock/replenishorders.php index e22f472f21d..206f12029e8 100644 --- a/htdocs/product/stock/replenishorders.php +++ b/htdocs/product/stock/replenishorders.php @@ -43,7 +43,7 @@ $texte = $langs->trans('ReplenishmentOrders'); llxHeader('', $texte, $helpurl, $texte); $head = array(); $head[0][0] = DOL_URL_ROOT.'/product/stock/replenish.php'; -$head[0][1] = $langs->trans('Replenishment'); +$head[0][1] = $langs->trans('Status'); $head[0][2] = 'replenish'; $head[1][0] = DOL_URL_ROOT.'/product/stock/replenishorders.php'; $head[1][1] = $texte;