File tree Expand file tree Collapse file tree 2 files changed +0
-10
lines changed
app/code/core/Mage/Adminhtml/Block/Sales/Order/Create Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -162,12 +162,6 @@ parameters:
162162 count : 1
163163 path : app/code/core/Mage/Adminhtml/Block/Review/Grid/Filter/Type.php
164164
165- -
166- rawMessage : ' Call to method getIsOldCustomer() on an unknown class Mage_Adminhtml_Model_Quote.'
167- identifier : class.notFound
168- count : 1
169- path : app/code/core/Mage/Adminhtml/Block/Sales/Order/Create/Newsletter.php
170-
171165 -
172166 rawMessage : ' Call to an undefined method Mage_Shipping_Model_Carrier_Abstract::isGirthAllowed().'
173167 identifier : method.notFound
Original file line number Diff line number Diff line change @@ -41,10 +41,6 @@ public function getHeaderCssClass()
4141 */
4242 protected function _toHtml ()
4343 {
44- if (!Mage::getSingleton ('adminhtml/quote ' )->getIsOldCustomer ()) {
45- return parent ::_toHtml ();
46- }
47-
4844 return '' ;
4945 }
5046}
You can’t perform that action at this time.
0 commit comments