From 2cc6cced5385b47f82aee328566c0a42e0bf6032 Mon Sep 17 00:00:00 2001 From: tDidierjean Date: Thu, 5 Apr 2012 09:56:49 +0000 Subject: [PATCH] [-] 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 --- js/admin-products.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/admin-products.js b/js/admin-products.js index d94d9cabd..c5920ac10 100644 --- a/js/admin-products.js +++ b/js/admin-products.js @@ -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(){