Fixed assetlog display

This commit is contained in:
snipe
2015-02-26 17:04:21 -08:00
parent d33dcbbcb1
commit 04735f1aff
4 changed files with 5 additions and 6 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ class Actionlog extends Eloquent
public function accessorylog()
{
return $this->belongsTo('Accessory','asset_id')->withTrashed();
return $this->belongsTo('Accessory','accessory_id')->withTrashed();
}
public function adminlog()