This commit is contained in:
2026-04-14 08:37:19 -03:00
parent fb2bec0fd5
commit 54ab21ef3b
91 changed files with 5660 additions and 195 deletions
@@ -126,7 +126,7 @@ function notifyTemplate(templateCode, destinoEmail, requesterId, params, process
}
function buildProcessLink(processNumber) {
var BASE_URL_FALLBACK = "https://comerciode188007.fluig.cloudtotvs.com.br";
var BASE_URL_FALLBACK = "https://comerciode188006.fluig.cloudtotvs.com.br";
var baseUrl = safeTrim(getValue("WKServerURL"));
var companyId = safeTrim(getValue("WKCompany"));
if (baseUrl === "") baseUrl = BASE_URL_FALLBACK;