When I add some code, I get the following error
Error at line number : 10
Improper Statement
Error might be due to missing ';' at end of the line or incomplete expression
When I remove the new code & try to save, I still get the error
It relates to this row of code
if (input.ORDER_TYPE != null)
Why am I getting the error message and how can I add new code?