change
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user