Skip to content

Commit

Permalink
fix typo - fixes 'dateend' not set when using 'month' and 'year' as f…
Browse files Browse the repository at this point in the history
…ilter
  • Loading branch information
CybotTM committed Apr 4, 2019
1 parent 2b7bec7 commit 2a3b90b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ private function getEntries(Request $request, $maxResults = null)
}

$arParams['datestart'] = $datestart;
$arParams['$dateend'] = $dateend->format('Y-m-d\TH:i:s');
$arParams['dateend'] = $dateend->format('Y-m-d\TH:i:s');
}

if (!$arParams['customer']
Expand Down

0 comments on commit 2a3b90b

Please sign in to comment.