Skip to content

Commit

Permalink
conflict resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
aomegax committed Nov 7, 2024
2 parents b5a378a + 053fa80 commit 3560ea6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ private CtRicevutaTelematica generateRTContentForOkReceipt(RPTContentDTO rpt, Pa
// populate ctSoggettoVersante tag
CtSoggettoVersante ctSoggettoVersante = objectFactory.createCtSoggettoVersante();
this.rtMapper.toCtSoggettoVersante(ctSoggettoVersante, rpt.getRpt().getPayerDelegate());
if (ctSoggettoVersante.getIdentificativoUnivocoVersante() == null || ctSoggettoVersante.getAnagraficaVersante() == null) {
ifD (ctSoggettoVersante.getIdentificativoUnivocoVersante() == null || ctSoggettoVersante.getAnagraficaVersante() == null) {
ctSoggettoVersante = null;
}

Expand Down

0 comments on commit 3560ea6

Please sign in to comment.