mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-08 12:12:48 +01:00
Bug fix for reports
This commit is contained in:
parent
cf53151400
commit
b36ea06303
@ -54,7 +54,7 @@ class ReportController extends BaseController
|
||||
{
|
||||
$action = Input::get('action');
|
||||
|
||||
if (Input::all()) {
|
||||
if (Input::get('report_type')) {
|
||||
$reportType = Input::get('report_type');
|
||||
$dateField = Input::get('date_field');
|
||||
$startDate = date_create(Input::get('start_date'));
|
||||
|
Loading…
Reference in New Issue
Block a user