Fix DBCFX_SM_673
This commit is contained in:
@@ -364,7 +364,7 @@ public class RequestManagerDonor82 {
|
||||
//verificaWhiteList == null
|
||||
else {
|
||||
|
||||
if (richiesta.getCodValidazione() == 1) {
|
||||
if (richiesta.getCodValidazione() != null && richiesta.getCodValidazione() == 1) {
|
||||
ret = false;
|
||||
} else {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user