[-] 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:
+6
-3
@@ -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)
|
||||
}
|
||||
);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user