Rajkumar-Selvaraj commented on PR #3654: URL: https://github.com/apache/fineract/pull/3654#issuecomment-1869553929
Hi, I'm Rajkumar Selvaraj. I resolved one minor issue in the LoanAccountdata file. issuse resolved in loanaccount data. Issue - When I assign loan product to a client, I got an "NullpointerException" when the Borrowcycle is true in the loan product. The reason behind is The loanCycle number is null by default, When the borrowcycle (Terms vary based on loan cycle) is enable in the loan product, There is an "if" condition on the "LoanAccountData" which compares the loancyclenumber with 0 to see whether the loancycle number greater zero or not. We can't comapre an null with an int value in the "if" class.  -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
