Merge branch '107-sell-en-network-components' into 'develop'

Dont show "sell" message in manage_network_component header - #107

See merge request !312
This commit is contained in:
vgilc 2017-04-07 12:48:57 +02:00
commit 7d5a8fd84e
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ You can of course remove the warnings, that's why we include the source and do n
ui_print_page_header (__('Module management') . ' » ' .
__('Network component management'), "", false,
"network_component", true,"sell",true,"modulemodal");
"network_component", true,"",true,"modulemodal");
$sec = 'gmodules';
}