FCLT#84555 Putorders bij ophalen scheduled rapport/xlsx ook prs_perslid_key_receiver loggen omdat het in die context wordt opgehaald.
svn path=/Website/branches/v2024.2/; revision=65629
This commit is contained in:
@@ -244,6 +244,7 @@ function notificationMail(rec, p_notificationXSL, params)
|
||||
Log2File(1, "Fetching " + fac_web_url);
|
||||
var url = fac_web_url //+ "&APIKEY=" + S("puo_fclt_web_apikey");
|
||||
|
||||
Log2File(1, "using context of prs_perslid_key " + prs_perslid_key_receiver);
|
||||
var jwt = getBearerToken(prs_perslid_key_receiver, "_INTERNAL", 30);
|
||||
|
||||
var http_request = doHTTP(url, { method: getbody?"POST":"GET",
|
||||
@@ -310,7 +311,7 @@ function notificationMail(rec, p_notificationXSL, params)
|
||||
}
|
||||
sendMail( sender_email
|
||||
, receiver_email
|
||||
, subject
|
||||
, subject
|
||||
, body
|
||||
, htmlbody
|
||||
, mail_params
|
||||
|
||||
Reference in New Issue
Block a user