Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into 1.3.0
Browse files Browse the repository at this point in the history
# Conflicts:
#	app/controllers/admin/AssetsController.php
  • Loading branch information
snipe committed Jun 9, 2015
2 parents 9ea8316 + c69038d commit af2dece
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/controllers/admin/AssetsController.php
Original file line number Diff line number Diff line change
Expand Up @@ -1006,8 +1006,8 @@ public function postBulkSave($assets = null)
public function getDatatable($status = null)
{

$assets = Asset::with('model','assigneduser','defaultloc','assigneduser.userloc','assetstatus','defaultLoc','assetlog','model','model.category')->Hardware()->select(array('id', 'name','model_id','assigned_to','asset_tag','serial','status_id','purchase_date','deleted_at','rtd_location_id'));

$assets = Asset::with('model','assigneduser','assigneduser.userloc','assetstatus','defaultLoc','assetlog','model','model.category')->Hardware()->select(array('id', 'name','model_id','assigned_to','asset_tag','serial','status_id','purchase_date','deleted_at'));

switch ($status) {
case 'Pending':
Expand Down

0 comments on commit af2dece

Please sign in to comment.