Update bom_list.php
new: $help_url = 'EN:Module_BOM';
moved up: llxHeader('', $title, $help_url);
This commit is contained in:
parent
39654260d6
commit
792c865ac0
@ -278,10 +278,12 @@ $form = new Form($db);
|
|||||||
|
|
||||||
$now = dol_now();
|
$now = dol_now();
|
||||||
|
|
||||||
//$help_url="EN:Module_BillOfMaterials|FR:Module_BillOfMaterials_FR|ES:Módulo_BillOfMaterials";
|
$help_url = 'EN:Module_BOM';
|
||||||
$help_url = '';
|
|
||||||
$title = $langs->trans('ListOfBOMs');
|
$title = $langs->trans('ListOfBOMs');
|
||||||
|
|
||||||
|
llxHeader('', $title, $help_url);
|
||||||
|
|
||||||
|
|
||||||
// Build and execute select
|
// Build and execute select
|
||||||
// --------------------------------------------------------------------
|
// --------------------------------------------------------------------
|
||||||
@ -393,7 +395,7 @@ if ($num == 1 && !empty($conf->global->MAIN_SEARCH_DIRECT_OPEN_IF_ONLY_ONE) && $
|
|||||||
// Output page
|
// Output page
|
||||||
// --------------------------------------------------------------------
|
// --------------------------------------------------------------------
|
||||||
|
|
||||||
llxHeader('', $title, $help_url);
|
// llxHeader('', $title, $help_url);
|
||||||
|
|
||||||
$arrayofselected = is_array($toselect) ? $toselect : array();
|
$arrayofselected = is_array($toselect) ? $toselect : array();
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user