@@ -334,6 +334,7 @@ public class CheckoutFiBean implements CheckoutFiBeanLocal {
...
@@ -334,6 +334,7 @@ public class CheckoutFiBean implements CheckoutFiBeanLocal {
if(bill.getAccountEvent()==null
if(bill.getAccountEvent()==null
&&bill.getPaidDate()==null)
&&bill.getPaidDate()==null)
{
{
logger.info("Trying to mark bill {} paid",bill);
vmrunner.markPaid(bill,Calendar.getInstance());
vmrunner.markPaid(bill,Calendar.getInstance());
logbean.logMessage(SecurityLogType.verkkomaksu,permbean.getCurrentUser(),"Marking bill paid. Received bill status ",statusInt," for bill ",bill," stamp ",stamp," payment: ",payment," reference ",reference);
logbean.logMessage(SecurityLogType.verkkomaksu,permbean.getCurrentUser(),"Marking bill paid. Received bill status ",statusInt," for bill ",bill," stamp ",stamp," payment: ",payment," reference ",reference);