revert change on mandat selection

This commit is contained in:
Peter Hormanns 2021-10-27 19:29:11 +02:00
parent ef637b1b85
commit 86a9476f27

View File

@ -92,7 +92,6 @@ public class SEPADirectDebitService extends AbstractModule<SEPADirectDebitVO> im
query.setParameter("bankIBAN", prototype.get("bankIBAN").getValue());
query.setParameter("bankBIC", prototype.get("bankBIC").getValue());
query.setParameter("customer", prototype.get("customer").getValue());
query.setParameter("mandatRef", prototype.get("mandatRef").getValue());
query.setParameter("mandatSigned", prototype.get("mandatSigned").getValue());
return (SEPADirectDebit) query.getSingleResult();
}