diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-06-13 20:26:29 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-06-13 20:26:29 +0200 |
commit | 29f2d0f646e948d4bdb55e4f8ad472ff0fcaf9b8 (patch) | |
tree | fef030bd1c72b5dd2b07634282fda965ba35d7c8 /changeset_r190.diff |
reorg repo
Diffstat (limited to 'changeset_r190.diff')
-rw-r--r-- | changeset_r190.diff | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/changeset_r190.diff b/changeset_r190.diff new file mode 100644 index 0000000..3ca297d --- /dev/null +++ b/changeset_r190.diff @@ -0,0 +1,31 @@ +Index: trunk/inc/appliancepdf.class.php +=================================================================== +--- trunk/inc/appliancepdf.class.php (revision 189) ++++ trunk/inc/appliancepdf.class.php (revision 190) +@@ -40,6 +40,14 @@ + } + + ++ function defineAllTabs($options=array()) { ++ ++ $onglets = parent::defineAllTabs($options); ++ unset($onglets['Item_Problem$1']); // TODO add method to print linked Problems ++ return $onglets; ++ } ++ ++ + static function displayTabContentForPDF(PluginPdfSimplePDF $pdf, CommonGLPI $item, $tab) { + + switch ($tab) { +Index: trunk/inc/appliance.class.php +=================================================================== +--- trunk/inc/appliance.class.php (revision 189) ++++ trunk/inc/appliance.class.php (revision 190) +@@ -254,6 +254,7 @@ + $this->addStandardTab('PluginAppliancesAppliance_Item', $ong, $options); + $this->addStandardTab('PluginAppliancesOptvalue', $ong, $options); + $this->addStandardTab('Ticket', $ong, $options); ++ $this->addStandardTab('Item_Problem', $ong, $options); + $this->addStandardTab('Infocom', $ong, $options); + $this->addStandardTab('Contract_Item', $ong, $options); + $this->addStandardTab('Document', $ong, $options); |