Ril. DBCFX_SM_699 - Del. 82 Business - Notifiche di N10 verso CRMB; invio del COR in assenza di DN1 da NOW
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user