changed tab name
This commit is contained in:
parent
d4052f7b9c
commit
5643a714ce
@ -146,7 +146,7 @@ if ($action == 'order') {
|
|||||||
/*
|
/*
|
||||||
* View
|
* View
|
||||||
*/
|
*/
|
||||||
$title = $langs->trans('Replenishment');
|
$title = $langs->trans('Status');
|
||||||
|
|
||||||
$sql = 'SELECT p.rowid, p.ref, p.label, p.price';
|
$sql = 'SELECT p.rowid, p.ref, p.label, p.price';
|
||||||
$sql .= ', p.price_ttc, p.price_base_type,p.fk_product_type';
|
$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][0] = DOL_URL_ROOT.'/product/stock/replenishorders.php';
|
||||||
$head[1][1] = $langs->trans("ReplenishmentOrders");
|
$head[1][1] = $langs->trans("ReplenishmentOrders");
|
||||||
$head[1][2] = 'replenishorders';
|
$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')) {
|
if ($sref || $snom || $sall || GETPOST('search', 'alpha')) {
|
||||||
$filters = '&sref=' . $sref . '&snom=' . $snom;
|
$filters = '&sref=' . $sref . '&snom=' . $snom;
|
||||||
$filters .= '&sall=' . $sall;
|
$filters .= '&sall=' . $sall;
|
||||||
|
|||||||
@ -43,7 +43,7 @@ $texte = $langs->trans('ReplenishmentOrders');
|
|||||||
llxHeader('', $texte, $helpurl, $texte);
|
llxHeader('', $texte, $helpurl, $texte);
|
||||||
$head = array();
|
$head = array();
|
||||||
$head[0][0] = DOL_URL_ROOT.'/product/stock/replenish.php';
|
$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[0][2] = 'replenish';
|
||||||
$head[1][0] = DOL_URL_ROOT.'/product/stock/replenishorders.php';
|
$head[1][0] = DOL_URL_ROOT.'/product/stock/replenishorders.php';
|
||||||
$head[1][1] = $texte;
|
$head[1][1] = $texte;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user