mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Lower threshold.
This commit is contained in:
@@ -181,6 +181,11 @@ class ReportController extends Controller
|
||||
return view('error')->with('message', 'End date cannot be before start date, silly!');
|
||||
}
|
||||
|
||||
// lower threshold
|
||||
if($start < Session::get('first')) {
|
||||
$start = Session::get('first');
|
||||
}
|
||||
|
||||
switch ($report_type) {
|
||||
default:
|
||||
case 'default':
|
||||
|
Reference in New Issue
Block a user