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