Skip to content
Snippets Groups Projects
Commit c83a0309 authored by Raphaël Doursenaud's avatar Raphaël Doursenaud
Browse files

Barcode: fixed wrong menu

parent c3f05d1c
No related branches found
No related tags found
No related merge requests found
......@@ -95,7 +95,7 @@ class modBarcode extends DolibarrModules
'leftmenu'=>'barcodeprint',
'type'=>'left', // This is a Left menu entry
'titre'=>'BarCodePrintsheet',
'url'=>'/barcode/printsheet.php?mainmenu=home&leftmenu=modulesadmintools',
'url'=>'/barcode/printsheet.php?mainmenu=tools&leftmenu=barcodeprint',
'langs'=>'products', // Lang file to use (without .lang) by module. File must be in langs/code_CODE/ directory.
'position'=>200,
'enabled'=>'$conf->barcode->enabled', // Define condition to show or hide menu entry. Use '$conf->mymodule->enabled' if entry must be visible if module is enabled. Use '$leftmenu==\'system\'' to show if leftmenu system is selected.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment