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