Skip to content

Commit

Permalink
forgotten code line
Browse files Browse the repository at this point in the history
  • Loading branch information
Batuhan Baş committed Dec 27, 2018
1 parent 63118af commit ed12662
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/Http/Controllers/Reports/IncomeExpenseSummary.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ public function index()
$year = request('year', Date::now()->year);

// 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) {
// check if a specific year is requested
if (!is_null(request('year'))) {
Expand Down

0 comments on commit ed12662

Please sign in to comment.