30th april 2016 Problem: In GLF Account number was increasing from 2010022010 to 032010. Reason: the suffix '2010' was a part of the raw account number(without prefix/suffix) which was getting replaced in the code. Solution: This was solved by adding a slash to the suffix so that it never overlapped with a part of the raw account number. So '2010' became '/2010' and then the issue got solved.