[-] BO : fix broken delete specific price action
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@14479 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -388,7 +388,7 @@ product_tabs['Prices'] = {
|
||||
'bindDelete' : function(){
|
||||
$('#specific_prices_list').delegate('a[name="delete_link"]', 'click', function(e){
|
||||
e.preventDefault();
|
||||
deleteSpecificPrice(this.href, $(this).parents('tr'));
|
||||
product_tabs['Prices'].deleteSpecificPrice(this.href, $(this).parents('tr'));
|
||||
})
|
||||
},
|
||||
'onReady' : function(){
|
||||
|
||||
Reference in New Issue
Block a user