We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfa09f8 commit 8e88df5Copy full SHA for 8e88df5
1 file changed
app/code/community/TheExtensionLab/StatusColors/Model/Observer.php
@@ -20,9 +20,6 @@ public function adminhtmlBlockHtmlBefore(Varien_Event_Observer $observer)
20
{
21
$block = $observer->getEvent()->getBlock();
22
23
- $setup = new TheExtensionLab_StatusColors_Model_Resource_Setup;
24
- $setup->addInstallationSuccessfulNotification();
25
-
26
if ($block instanceof Mage_Adminhtml_Block_Sales_Order_Grid) {
27
28
//Get the status column and add a frame_callback which adds the colour to the html
@@ -99,4 +96,4 @@ public function getHelper()
99
96
return Mage::helper('theextensionlab_statuscolors');
100
97
}
101
98
102
-}
+}
0 commit comments