mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-02 08:21:09 -08:00
revert spacing
This commit is contained in:
parent
4a7df470f0
commit
abf13f1619
|
@ -599,12 +599,7 @@ class AssetsController extends Controller
|
||||||
$target = Location::find(request('assigned_location'));
|
$target = Location::find(request('assigned_location'));
|
||||||
}
|
}
|
||||||
if (isset($target)) {
|
if (isset($target)) {
|
||||||
$asset->checkOut($target,
|
$asset->checkOut($target, Auth::user(), date('Y-m-d H:i:s'), '', 'Checked out on asset creation', e($request->get('name')));
|
||||||
Auth::user(),
|
|
||||||
date('Y-m-d H:i:s'),
|
|
||||||
'',
|
|
||||||
'Checked out on asset creation',
|
|
||||||
e($request->get('name')));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($asset->image) {
|
if ($asset->image) {
|
||||||
|
|
Loading…
Reference in a new issue