Skip to content

Commit

Permalink
Fix #517 - User Requestable Assets
Browse files Browse the repository at this point in the history
  • Loading branch information
madd15 committed Feb 12, 2015
1 parent 3df8243 commit 064c021
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/account/ViewAssetsController.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public function getIndex()

public function getRequestableIndex() {

$assets = Asset::with('model','defaultLoc')->Hardware()->Requestable()->get();
$assets = Asset::with('model','defaultLoc')->Hardware()->RequestableAssets()->get();
return View::make('frontend/account/requestable-assets', compact('user','assets'));
}

Expand Down

0 comments on commit 064c021

Please sign in to comment.