Skip to content

Commit 57d9f23

Browse files
committed
fix: 640
Merged PR 203: fix maggio INPS Related work items: #640
1 parent af3f456 commit 57d9f23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Presentation/PortaleFatture.BE.Api/Modules/SEND/Notifiche/NotificaModule.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@ private async Task<IResult> GetNotificheRicercaDocumentAsync(
548548
{
549549
var authInfo = context.GetAuthInfo();
550550
var tempAnno = 2025;
551-
int[] tempMese = [1, 2, 3, 4];
551+
int[] tempMese = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12];
552552
var tempIdEnte = "53b40136-65f2-424b-acfb-7fae17e35c60";
553553
var tempName = "inps";
554554

0 commit comments

Comments
 (0)