Skip to content
Snippets Groups Projects
Commit b7e1838c authored by Johannes Hörmann's avatar Johannes Hörmann
Browse files

Campaign remove fixCost display value in variable costs

parent 824b1f68
No related branches found
No related tags found
No related merge requests found
......@@ -13,8 +13,4 @@ if (vars.get("$sys.recordstate") != neon.OPERATINGSTATE_NEW)
var campaignStepName = CampaignUtils.getCampaignStepNameById(campaignStepId);
result.string(translate.text("Step") + ": " + campaignStepName);
}
else
{
result.string(translate.text("Fix cost"));
}
}
\ No newline at end of file
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