forgotten code line

This commit is contained in:
Batuhan Baş 2018-12-27 11:41:52 +03:00
parent 63118af448
commit ed12662bfb

View File

@ -32,7 +32,6 @@ class IncomeExpenseSummary extends Controller
$year = request('year', Date::now()->year); $year = request('year', Date::now()->year);
// check and assign year start // check and assign year start
//if (($financial_start = Date::parse(setting('general.financial_start')))->month != 1) {
if (($financial_start = Date::parse(setting('general.financial_start'))->month) != 1) { if (($financial_start = Date::parse(setting('general.financial_start'))->month) != 1) {
// check if a specific year is requested // check if a specific year is requested
if (!is_null(request('year'))) { if (!is_null(request('year'))) {