mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-12 22:37:28 -08:00
Merge pull request #14021 from snipe/bug/sc-24328
Fixed HTML double-encoded on checkout emails.
This commit is contained in:
commit
0241e66f2d
|
@ -98,7 +98,7 @@ class AssetCheckoutController extends Controller
|
|||
}
|
||||
}
|
||||
|
||||
if ($asset->checkOut($target, $admin, $checkout_at, $expected_checkin, e($request->get('note')), $request->get('name'))) {
|
||||
if ($asset->checkOut($target, $admin, $checkout_at, $expected_checkin, $request->get('note'), $request->get('name'))) {
|
||||
return redirect()->route('hardware.index')->with('success', trans('admin/hardware/message.checkout.success'));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue