java.lang.NullPointerException while manually approving an invoice
Hello,
We are facing an issue in our systems where our invoices are not getting auto approved. When we try to manually approve an invoice system is throwing Null pointer exception ( stack trace below).
java.lang.NullPointerException
at glog.business.invoice.InvoiceServerUtility.setMatchedObjectsPaymentStatus(InvoiceServerUtility.java:1560)
at glog.business.invoice.InvoiceUpdateSessionBean.setMatchedObjectsPaymentStatus(InvoiceUpdateSessionBean.java:4455)
at glog.business.invoice.InvoiceUpdateSessionBean.approvePayment(InvoiceUpdateSessionBean.java:442)
at glog.business.invoice.InvoiceUpdateSessionServerSideEJBWrapper.approvePayment(InvoiceUpdateSessionServerSideEJBWrapper.java:355)
at glog.business.invoice.InvoiceUpdateSessionHome_d7thm7_EOImpl.approvePayment(InvoiceUpdateSessionHome_d7thm7_EOImpl.java:4148)
at glog.business.action.invoice.ApproveInvoiceActionExecutor.approvePayment(ApproveInvoiceActionExecutor.java:95)
at glog.business.invoice.InvoiceServerActionSessionBean.approvePayment(InvoiceServerActionSessionBean.java:240)