예제 #1
0
function plugin_headings_fusioninventory_printerHistory($type, $ID)
{
    $print_history = new PluginFusioninventoryPrintersHistory();
    $print_history->showForm(GLPI_ROOT . '/plugins/fusioninventory/front/printer_history.form.php', $_GET["ID"]);
}