From 5fce48960b58ec5d78740d2d037a7905876cb710 Mon Sep 17 00:00:00 2001 From: manuelstefanile Date: Wed, 12 Mar 2025 11:37:16 +0100 Subject: [PATCH] Commento 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 630e0d81..529042f2 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,7 +862,7 @@ extends AbstractCRMFormatController { notifyOut.setSistComp(CRM_COMPETENZA_BUSINESS); notifyOut.setCodiceSegreto(richiesta.getCos()); - // DBCFX_SM_667 + // DBCFX_SM_699 // 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());