Skip to content

Commit 2cf9830

Browse files
committed
Other fix
1 parent ac7044b commit 2cf9830

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

hook.php

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -797,9 +797,11 @@ function plugin_ocsinventoryng_uninstall()
797797
function plugin_ocsinventoryng_getDropdown()
798798
{
799799
// Table => Name
800-
return [NetworkPortType::class => NetworkPortType::getTypeName(2),
801-
NetworkPort::class => NetworkPort::getTypeName(2),
802-
Notimportedcomputer::class => __('Computers not imported by automatic actions', 'ocsinventoryng')];
800+
return [
801+
NetworkPortType::class => NetworkPortType::getTypeName(2),
802+
// NetworkPort::class => NetworkPort::getTypeName(2),
803+
// Notimportedcomputer::class => __('Computers not imported by automatic actions', 'ocsinventoryng')
804+
];
803805
}
804806

805807
/**

0 commit comments

Comments
 (0)