From fa3495675995ba3f701584c5c125e4c0648338a3 Mon Sep 17 00:00:00 2001 From: manuelstefanile Date: Wed, 12 Mar 2025 11:29:35 +0100 Subject: [PATCH] Ril. DBCFX_SM_699 - Del. 82 Business - Notifiche di N10 verso CRMB; invio del COR in assenza di DN1 da NOW --- .../formatcontroller/crm/CRMBFormatController.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnpdev/dbcfx/src/it/valueteam/gnp/systemcontroller/formatcontroller/crm/CRMBFormatController.java b/gnpdev/dbcfx/src/it/valueteam/gnp/systemcontroller/formatcontroller/crm/CRMBFormatController.java index 3ba0c389..630e0d81 100644 --- a/gnpdev/dbcfx/src/it/valueteam/gnp/systemcontroller/formatcontroller/crm/CRMBFormatController.java +++ b/gnpdev/dbcfx/src/it/valueteam/gnp/systemcontroller/formatcontroller/crm/CRMBFormatController.java @@ -862,8 +862,9 @@ extends AbstractCRMFormatController { notifyOut.setSistComp(CRM_COMPETENZA_BUSINESS); notifyOut.setCodiceSegreto(richiesta.getCos()); - // Per la Del.82 in continuità con la Del.274 in mancanza del DN1 da NOW mappiamo il COR (Codice Risorsa) - notifyOut.setDirectoryNumber(nowIn.getNpDn1() != null ? nowIn.getNpDn1() : richiesta.getCor()); + // DBCFX_SM_667 + // per la Del.82 in mancanza del DN1 da NOW mappiamo il DN ricevuto in FASE2 nella richiesta di Migrazione da OLO (TC1) + notifyOut.setDirectoryNumber(nowIn.getNpDn1() != null ? nowIn.getNpDn1() : richiesta.getDn()); notifyOut.setIdOperatoreDonating(richiesta.getCowDonating()); notifyOut.setCognomeCliente(richiesta.getCognomeCliente()); notifyOut.setCodiceRichiesta(richiesta.getIdRichiesta());