Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into develop
Browse files Browse the repository at this point in the history
# Conflicts:
#	app/code/Ess/M2ePro/Block/Adminhtml/Rewrite/Amazon/Listing/Grid.php
#	app/code/Ess/M2ePro/Block/Adminhtml/Rewrite/Ebay/Listing/Grid.php
#	app/code/Ess/M2ePro/Model/Order.php
  • Loading branch information
duongdiep212 committed Mar 19, 2018
2 parents 518cbc9 + efc11e5 commit 83fb5b0
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ class Grid extends \Ess\M2ePro\Block\Adminhtml\Amazon\Listing\Grid
{
public function callbackColumnTitle($value, $row, $column, $isExport)
{

$html = parent::callbackColumnTitle($value, $row, $column, $isExport);
/* m2e integration with Inventory_success*/
$warehouse = $this->__('Warehouse');
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ class Grid extends \Ess\M2ePro\Block\Adminhtml\Ebay\Listing\Grid
*/
public function callbackColumnTitle($value, $row, $column, $isExport)
{

$html = parent::callbackColumnTitle($value, $row, $column, $isExport);
/* m2e integration with Inventory_success*/
$warehouse = $this->__('Warehouse');
Expand Down
1 change: 0 additions & 1 deletion app/code/Ess/M2ePro/Model/Order.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
*/
class Order extends ActiveRecord\Component\Parent\AbstractModel
{

// M2ePro\TRANSLATIONS
// Magento Order was not created. Reason: %msg%
// Magento Order #%order_id% was created.
Expand Down
2 changes: 1 addition & 1 deletion app/code/Magestore/M2eIntegration/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"OSL-3.0",
"AFL-3.0"
],
"version": "1.0.0",
"version": "1.1.0",
"authors": [
{
"name": "magestore",
Expand Down
2 changes: 1 addition & 1 deletion app/code/Magestore/M2eIntegration/etc/module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
-->

<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="Magestore_M2eIntegration" setup_version="1.0.0">
<module name="Magestore_M2eIntegration" setup_version="1.1.0">
<sequence>
<module name="Ess_M2ePro"/>
</sequence>
Expand Down

0 comments on commit 83fb5b0

Please sign in to comment.