Fix DBCFX_SM_687: Anomalia delibera 82 viste GNPGO, eccezione scrittura notifiche nelle viste del portale GO uscite OF FTTH
This commit is contained in:
@@ -1589,7 +1589,7 @@ public class DbcfxgoFormatController extends FormatController{
|
||||
notifica.setTipoComunicazione("N9");
|
||||
if (nowOut.getCodiceMotivazione() != null) {
|
||||
notifica.setCodiceRifiuto(nowOut.getCodiceMotivazione().substring(1));
|
||||
notifica.setCausaleRifiuto(nowOut.getCodiceMotivazione());
|
||||
notifica.setCausaleRifiuto(nowOut.getMotivazione());
|
||||
notifica.setStato(1L);
|
||||
} else {
|
||||
notifica.setStato(0L);
|
||||
|
||||
Reference in New Issue
Block a user