-
-
Notifications
You must be signed in to change notification settings - Fork 436
New issue
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
Forward port #2810 #2885
Forward port #2810 #2885
Conversation
@@ -441,42 +441,42 @@ class Mage_Sales_Model_Order extends Mage_Sales_Model_Abstract | |||
protected $_eventObject = 'order'; | |||
|
|||
/** | |||
* @var Mage_Sales_Model_Resource_Order_Address_Collection|Mage_Sales_Model_Order_Address[]|null |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
keep as is in v20
} | ||
} | ||
return $items; | ||
} | ||
|
||
/** | ||
* @param int $itemId | ||
* @return Mage_Sales_Model_Order_Item|null |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
keep as is in v20 (and maybe backport this change to v19?)
@@ -115,14 +111,12 @@ public function _construct() | |||
* Init mapping array of short fields to | |||
* its full names | |||
* | |||
* @return $this |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
keep as is in v20, and backport to v19
added comments, most of the changes should not be applied on v20. |
@fballiano I don't see a point in reverting #2810 . |
@tmotyl I think I fixed all your comments. At this point I don't understand what this PR was about. |
i'm closing this one since i don't know wth i should do |
#2810 was left out of #2766 because of conflicts, here's the merge in its own PR, please check :-)