static function displayTabContentForItem(CommonGLPI $item, $tabnum = 1, $withtemplate = 0)
 {
     switch (get_class($item)) {
         case 'PluginFusioninventoryDeployPackage':
             PluginFusioninventoryDeployPackage::displayOrderTypeForm(PluginFusioninventoryDeployOrder::INSTALLATION_ORDER, $item->getID(), $item);
             break;
     }
 }