[-] 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:
tDidierjean
2012-04-05 09:56:49 +00:00
parent 1d8ac98950
commit 2cc6cced53

View File

@@ -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(){