We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
While checking some callbacks, I found this:
magento-lts/app/code/core/Mage/Adminhtml/Block/Promo/Quote/Edit/Tab/Coupons/Grid.php
Lines 85 to 87 in 031de28
Doesn't this get ignored by this?
magento-lts/app/code/core/Mage/Adminhtml/Block/Widget/Grid.php
Lines 559 to 560 in 031de28
Mage::getResourceModel('salesrule/coupon_collection') is not an instance of Mage_Adminhtml_Block_Promo_Quote_Edit_Tab_Coupons_Grid
Mage::getResourceModel('salesrule/coupon_collection')
Mage_Adminhtml_Block_Promo_Quote_Edit_Tab_Coupons_Grid
The text was updated successfully, but these errors were encountered:
sreichel
No branches or pull requests
While checking some callbacks, I found this:
magento-lts/app/code/core/Mage/Adminhtml/Block/Promo/Quote/Edit/Tab/Coupons/Grid.php
Lines 85 to 87 in 031de28
Doesn't this get ignored by this?
magento-lts/app/code/core/Mage/Adminhtml/Block/Widget/Grid.php
Lines 559 to 560 in 031de28
Mage::getResourceModel('salesrule/coupon_collection')
is not an instance ofMage_Adminhtml_Block_Promo_Quote_Edit_Tab_Coupons_Grid
The text was updated successfully, but these errors were encountered: