adds note to log listener and checkout accept notif

This commit is contained in:
Godfrey M
2024-04-03 11:59:47 -07:00
parent 43c32fa1bf
commit 08f9aae8ae
3 changed files with 4 additions and 0 deletions
@@ -223,6 +223,7 @@ class AcceptanceController extends Controller
'item_model' => $display_model,
'item_serial' => $item->serial,
'eula' => $item->getEula(),
'note' => $request->input('note'),
'check_out_date' => Carbon::parse($acceptance->created_at)->format('Y-m-d'),
'accepted_date' => Carbon::parse($acceptance->accepted_at)->format('Y-m-d'),
'assigned_to' => $assigned_to,