DBCFX_SM_695 - Anomalia viste del. 82 - errata/assente visualizzazione uscite OF
This commit is contained in:
@@ -1144,9 +1144,11 @@ public class DbcfxgoFormatController extends FormatController{
|
||||
notifica.setCOW(dbcfxgoOutDel82.getCow());
|
||||
notifica.setNOME_FILE(dbcfxgoOutDel82.getNomeFile());
|
||||
|
||||
if(notifica.getDATA_SCADENZA() != null) {
|
||||
// DBCFX_SM_695 - update if per check sulla DataScadenza presente in tabella GNP_DBCFXGO_OUT_DEL82
|
||||
if(dbcfxgoOutDel82.getDataScadenza() != null) {
|
||||
notifica.setDATA_SCADENZA(DateUtils.toString(dbcfxgoOutDel82.getDataScadenza(), DATE_PATTERN));
|
||||
}
|
||||
|
||||
notifica.setCOS(dbcfxgoOutDel82.getCos());
|
||||
notifica.setDN1(dbcfxgoOutDel82.getDn1());
|
||||
notifica.setDN2(dbcfxgoOutDel82.getDn2());
|
||||
|
||||
Reference in New Issue
Block a user