Skip to content

Commit

Permalink
Merge pull request #14 from magmodules/1.6.3
Browse files Browse the repository at this point in the history
Fixed notice Undefined index when attribute_set_name is used
  • Loading branch information
Marvin-Magmodules authored May 11, 2018
2 parents 614250e + 05ef76d commit 54c6073
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions app/code/community/Magmodules/Channable/Helper/Data.php
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ public function getAttributeValue($field, $product, $config, $actions = '', $par
}

if (!empty($data['source']) && ($data['source'] == 'attribute_set_name')) {
$config['field']['attribute_set_name'] = $config['field'][$field];
$field = 'attribute_set_name';
}

Expand Down
2 changes: 1 addition & 1 deletion app/code/community/Magmodules/Channable/etc/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<config>
<modules>
<Magmodules_Channable>
<version>1.6.2</version>
<version>1.6.3</version>
</Magmodules_Channable>
</modules>
<global>
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "magmodules/magento1-channable",
"type": "magento-module",
"description": "Magento 1 Channable integration",
"version": "v1.6.2",
"version": "v1.6.3",
"keywords": [
"magento"
],
Expand Down

0 comments on commit 54c6073

Please sign in to comment.