MARX#88238 Wens om ook status 'onderbroken' naar ALLR Facilitor door te geven

svn path=/Mareon/trunk/; revision=69863
This commit is contained in:
Marcel Bourseau
2025-07-29 09:27:36 +00:00
parent fdcc07a617
commit 211785691b

View File

@@ -76,9 +76,6 @@ function GEN_OnderbreekServiceTask(v_company_id, v_woco_gln, v_lev_gln, v_taskId
v_resp = {api_status_code: 1, api_status_message: "", api_response_message: ""};
}
if (AX_or_Tobias() == "F") {
if (v_statuscode == "AFR")
v_resp = FCLT_SetSupplierText(v_company_id, v_taskId, v_externnr, "Onderbroken (" + v_statuscode + "). " + v_extraInfo, "6");
else
v_resp = FCLT_SetSupplierText(v_company_id, v_taskId, v_externnr, "Onderbroken (" + v_statuscode + "). " + v_extraInfo, "");
}
if (AX_or_Tobias() == "R") {