Skip to content
Snippets Groups Projects
Commit d32ce75a authored by Benjamin Ulrich's avatar Benjamin Ulrich :speech_balloon:
Browse files

[Projekt: Entwicklung - Neon][TicketNr.: 1061278][Kampagnenstufen ändern wirft Fehler]

parent 83ea9f4f
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@ import("system.neon");
import("Campaign_lib");
import("system.vars");
if(vasr.get("$sys.operatingstate") == neon.OPERATINGSTATE_NEW)
if(vars.get("$sys.operatingstate") == neon.OPERATINGSTATE_NEW)
{
var stepId = CampaignUtils.getDefaultCampaignStep(vars.get("local.value"));
neon.setFieldValue("$field.CAMPAIGNSTEP_ID", stepId);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment