Skip to content

Commit

Permalink
[ingestion-2023] comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jacopocarlini committed Dec 12, 2024
1 parent e71d3b7 commit 311e812
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ private BizEventsViewUser buildUserView(PMEvent pmEvent, PMEventPaymentDetail pm
.transactionId("PM-" + pmEventPaymentDetail.getPkPaymentDetailId().toString() + "-" + ldt.getYear())
.taxCode(userDetail.getTaxCode())
.transactionDate(pmEvent.getCreationDate())
.hidden(true)
.hidden(true) // silent ingestion for 2023
.isPayer(isPayer)
.isDebtor(isDebtor)
.build();
Expand Down

0 comments on commit 311e812

Please sign in to comment.