if (input.ORDER_TYPE == "CHILD")
{
show SHOW_MILESTONES;
}
//Show child form
hide SHOW_CHILD_FORM;
if (input.ORDER_TYPE == "CHILD")
{
show SHOW_MILESTONES;
//Show child form
}
hide SHOW_CHILD_FORM;
I'm finding my comments move away from where they should be. Can someone please investigate? Is anyone else experiencing the issue?