diff --git a/admin-dev/themes/template/products/combinaison/list_action_edit.tpl b/admin-dev/themes/template/products/combinaison/list_action_edit.tpl index f03aa0c91..34f5d5f9f 100644 --- a/admin-dev/themes/template/products/combinaison/list_action_edit.tpl +++ b/admin-dev/themes/template/products/combinaison/list_action_edit.tpl @@ -23,6 +23,6 @@ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) * International Registered Trademark & Property of PrestaShop SA *} - + {l s='Modify this combination'} \ No newline at end of file diff --git a/js/admin-products.js b/js/admin-products.js index 44c1e6e3a..7ff147c93 100644 --- a/js/admin-products.js +++ b/js/admin-products.js @@ -113,7 +113,8 @@ function defaultProductAttribute(ids, token, parent) { $(this).attr('style', ''); var ids = $(this).find('a.edit').attr('ids'); - $(this).find('a.edit').after("\"Default\""); + var token = $(this).find('a.edit').attr('token'); + $(this).find('a.edit').after("\"Default\""); } }); parent.find('a.default').hide();