Skip to content

Commit 8c6407e

Browse files
committed
fix: 630
Merged PR 196: aprile inps
1 parent 9cfb1f0 commit 8c6407e

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];
551+
int[] tempMese = [1, 2, 3, 4];
552552
var tempIdEnte = "53b40136-65f2-424b-acfb-7fae17e35c60";
553553
var tempName = "inps";
554554

0 commit comments

Comments
 (0)