revert change on mandat selection
This commit is contained in:
parent
ef637b1b85
commit
86a9476f27
@ -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();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user