mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-02 08:21:09 -08:00
fixes typo
This commit is contained in:
parent
6dc45c189b
commit
8498082f21
|
@ -107,7 +107,7 @@ class AssetCheckinController extends Controller
|
||||||
}
|
}
|
||||||
|
|
||||||
$checkin_at = date('Y-m-d H:i:s');
|
$checkin_at = date('Y-m-d H:i:s');
|
||||||
if (($request->filled('checkin_at')) && ($request->get('checkin_at') != date('Y-m-d'))) {
|
if (($request->filled('checkout_at')) && ($request->get('checkin_at') != date('Y-m-d'))) {
|
||||||
$checkin_at = $request->get('checkout_at');
|
$checkin_at = $request->get('checkout_at');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue