mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
2012-12-27 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* include/functions_reports.php: Hide inventory changes report in temaplate functionality. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7337 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
8756fb8eff
commit
7c8dfbd28b
@ -1,3 +1,8 @@
|
|||||||
|
2012-12-27 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
||||||
|
|
||||||
|
* include/functions_reports.php: Hide inventory changes report in
|
||||||
|
temaplate functionality.
|
||||||
|
|
||||||
2012-12-27 Hirofumi Kosaka <kosaka@rworks.jp>
|
2012-12-27 Hirofumi Kosaka <kosaka@rworks.jp>
|
||||||
|
|
||||||
* general/logon_ok.php: Fixed typo. (fixed a bug that the
|
* general/logon_ok.php: Fixed typo. (fixed a bug that the
|
||||||
|
@ -596,8 +596,10 @@ function reports_get_report_types ($template = false, $not_editor = false) {
|
|||||||
if($config['enterprise_installed']) {
|
if($config['enterprise_installed']) {
|
||||||
$types['inventory'] = array('optgroup' => __('Inventory'),
|
$types['inventory'] = array('optgroup' => __('Inventory'),
|
||||||
'name' => __('Inventory'));
|
'name' => __('Inventory'));
|
||||||
$types['inventory_changes'] = array('optgroup' => __('Inventory'),
|
if (!$template) {
|
||||||
'name' => __('Inventory changes'));
|
$types['inventory_changes'] = array('optgroup' => __('Inventory'),
|
||||||
|
'name' => __('Inventory changes'));
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
$types['agent_configuration'] = array('optgroup' => __('Configuration'),
|
$types['agent_configuration'] = array('optgroup' => __('Configuration'),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user