Merge pull request #3020 from witekest/disable_fy
Disable aggregating over financial year. Thx @witekest
This commit is contained in:
commit
864b17693c
@ -154,7 +154,7 @@ function subprocess_count()
|
|||||||
function aggregate_all($period)
|
function aggregate_all($period)
|
||||||
{
|
{
|
||||||
global $CACHE_DIR;
|
global $CACHE_DIR;
|
||||||
$intervals = ['day' => 'Y-m-d', 'week' => 'Y-W', 'month' => 'Y-m', 'FQ' => null, 'FY' => null];
|
$intervals = ['day' => 'Y-m-d', 'week' => 'Y-W', 'month' => 'Y-m', 'FQ' => null];
|
||||||
$merged = [];
|
$merged = [];
|
||||||
$merged_protocol = [];
|
$merged_protocol = [];
|
||||||
$date_previous = null;
|
$date_previous = null;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user