This commit is contained in:
@@ -38,8 +38,7 @@ namespace AyaNova.Biz
|
||||
//More business time frames
|
||||
public const string LastQuarter = "{[lastquarter]}";
|
||||
public const string YearToDate = "{[yeartodate]}";
|
||||
public const string QuarterToDate = "{[quartertodate]}";
|
||||
public const string MonthToDate = "{[monthtodate]}";//Isn't this just "thismonth"?
|
||||
public const string QuarterToDate = "{[quartertodate]}";
|
||||
public const string Past90Days = "{[past90days]}";
|
||||
public const string Past30Days = "{[past30days]}";
|
||||
public const string Past24Hours = "{[past24hours]}";
|
||||
|
||||
@@ -748,9 +748,6 @@ namespace AyaNova.Biz
|
||||
dtAfter = new DateTime(DateTime.Now.Year, 10, 1, 00, 00, 00);
|
||||
dtBefore = DateTime.Now;
|
||||
break;
|
||||
|
||||
|
||||
|
||||
}
|
||||
sb.Append(">'");
|
||||
sb.Append(PostgresDateFormat(dtAfter));
|
||||
@@ -761,7 +758,6 @@ namespace AyaNova.Biz
|
||||
sb.Append(PostgresDateFormat(dtBefore));
|
||||
sb.Append("'");
|
||||
break;
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
Reference in New Issue
Block a user