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

fix stateprocess for ChooseAddress in Offer

parent 9f491d07
No related branches found
No related tags found
No related merge requests found
......@@ -3,4 +3,6 @@ import("system.result");
import("system.neon");
if(vars.get("$sys.recordstate") == neon.OPERATINGSTATE_VIEW)
result.string(neon.COMPONENTSTATE_INVISIBLE);
\ No newline at end of file
result.string(neon.COMPONENTSTATE_INVISIBLE);
else
result.string(neon.COMPONENTSTATE_EDITABLE);
\ 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