Skip to content
Snippets Groups Projects
Commit 670cce01 authored by Faller's avatar Faller
Browse files

MiniFix

parent 1ebbe07e
No related branches found
No related tags found
No related merge requests found
......@@ -206,13 +206,13 @@ public class Config {
p = new MechanismInternal();
p.setName("LongTerm");
p.setEneable(false);
p.setEneable(true);
negocio.altaMecanismoInterno(p);
p = new MechanismInternal();
p.setName("Outer");
p.setEneable(true);
p.setEneable(false);
negocio.altaMecanismoInterno(p);
}
......
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