R1/R2 fix
This commit is contained in:
@@ -75,7 +75,7 @@ public class T4R2Processor(
|
||||
|
||||
for (var month = 1; month <= 12; month++)
|
||||
{
|
||||
if (month <= DateTime.UtcNow.Month)
|
||||
if (year == DateTime.UtcNow.Year && month <= DateTime.UtcNow.Month)
|
||||
{
|
||||
var monthCopy = month;
|
||||
var dataSource = db.Layers.Where(x =>
|
||||
|
||||
Reference in New Issue
Block a user