Fix DBCFX_SM_673

This commit is contained in:
vincenzofariello
2024-05-15 16:25:33 +02:00
parent 21a5c47d4a
commit 3f10125aee
3 changed files with 3 additions and 3 deletions

View File

@@ -364,7 +364,7 @@ public class RequestManagerDonor82 {
//verificaWhiteList == null
else {
if (richiesta.getCodValidazione() == 1) {
if (richiesta.getCodValidazione() != null && richiesta.getCodValidazione() == 1) {
ret = false;
} else {