Minor display fixes, link to old site
This commit is contained in:
@@ -97,7 +97,7 @@ class User extends Authenticatable
|
||||
return $this->invoices
|
||||
->where('active',TRUE)
|
||||
->sortBy('id')
|
||||
->transform(function ($item) { if ($item->due) return $item; })
|
||||
->transform(function ($item) { if ($item->due > 0) return $item; })
|
||||
->reverse()
|
||||
->filter();
|
||||
}
|
||||
|
Reference in New Issue
Block a user