[-] BO: Update product specific price rules on update

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@16077 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rGaillard
2012-06-19 09:59:14 +00:00
parent db52d33267
commit 369a94466a
3 changed files with 54 additions and 42 deletions
+6 -3
View File
@@ -48,7 +48,7 @@ function verifyMail(testMsg, testSubject)
//external verifications and sets
$.ajax(
{
url: "ajax_send_mail_test.php",
url: "index.php",
cache: false,
type : "POST",
data:
@@ -62,7 +62,10 @@ function verifyMail(testMsg, testSubject)
"smtpEnc" : $("select[name=PS_MAIL_SMTP_ENCRYPTION]").val(),
"testMsg" : textMsg,
"testSubject" : textSubject,
"token" : token_mail
"token" : token_mail,
"ajax" : 1,
"tab" : 'AdminEmails',
"action" : 'sendMailTest'
},
success: function(ret)
{
@@ -80,4 +83,4 @@ function verifyMail(testMsg, testSubject)
}
);
}
}
}