Skip to content

Instantly share code, notes, and snippets.

@t10u
Created January 12, 2012 13:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save t10u/1600638 to your computer and use it in GitHub Desktop.
Save t10u/1600638 to your computer and use it in GitHub Desktop.
Issue #27004
diff --git a/app/code/core/Mage/SalesRule/etc/adminhtml.xml b/app/code/core/Mage/SalesRule/etc/adminhtml.xml
index 3e4a7fa..c93b169 100644
--- a/app/code/core/Mage/SalesRule/etc/adminhtml.xml
+++ b/app/code/core/Mage/SalesRule/etc/adminhtml.xml
@@ -48,6 +48,17 @@
</quote>
</children>
</promo>
+ <system>
+ <children>
+ <config>
+ <children>
+ <promo translate="title" module="salesrule">
+ <title>Promotions</title>
+ </promo>
+ </children>
+ </config>
+ </children>
+ </system>
</children>
</admin>
</resources>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment