Hi, I try to transfer funds from one person's savings account to another through both Mifos Community and Web App, but I encounter an internal server error.
The error is *java.lang.NullPointerException: Cannot invoke "org.apache.fineract.portfolio.paymentdetail.domain.PaymentDetail.getPaymentType()" because "paymentDetail" is null* I put the entire stacktrace here <https://pastebin.com/SWpmRQLs>. I traced it back to *AccountTransfersWritePlatformServiceImpl.java:144. *I'm not a Java expert, but on line 127, paymentDetail is set to final and null, maybe here's where the problem comes from? Best regards, Bogdan
