This commit is contained in:
snipe 2016-06-22 17:14:49 -07:00
parent 0cf563ae5b
commit 2867cd523d

View file

@ -514,7 +514,7 @@ class UsersController extends Controller
$license_array[] = $license->id;
// Update the asset log
$logaction = new Actionlog();
$logaction->accessory_id = $license->id;
$logaction->asset_id = $license->id;
$logaction->checkedout_to = $license->assigned_to;
$logaction->asset_type = 'software';
$logaction->user_id = Auth::user()->id;