This commit is contained in:
SamSys
2025-07-20 14:50:51 +04:00
parent 29875f4870
commit 39a91c269d

View File

@@ -896,7 +896,7 @@ public class InstitutionContractRepository : RepositoryBase<long, InstitutionCon
var monthPrev = prevMonthEnd.ToFarsi().Substring(5, 2);
var yearPrev = prevMonthEnd.ToFarsi().Substring(0, 4);
var prevMonthName = monthPrev.ToFarsiMonthByNumber();
description = $"{prevMonthName} {yearPrev} و {currentMonthName} {yearCurrent}";
description = $"{prevMonthName} و {currentMonthName} {yearCurrent}";
monthCounter = 2;
}else if (rollCallService.StartService <= currentMonthStart &&
rollCallService.StartService > prevMonthStart)