From 7ed8963b9f322c076eca6fa6880b8f931ea435a7 Mon Sep 17 00:00:00 2001 From: snipe Date: Sat, 2 Aug 2025 14:38:57 +0100 Subject: [PATCH 1/2] Fixed #17498 - added serial to user acceptance Signed-off-by: snipe --- resources/views/account/accept/create.blade.php | 13 ++++++++----- resources/views/account/accept/index.blade.php | 2 ++ 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/resources/views/account/accept/create.blade.php b/resources/views/account/accept/create.blade.php index d3d40a829a..07cc9072ca 100644 --- a/resources/views/account/accept/create.blade.php +++ b/resources/views/account/accept/create.blade.php @@ -42,17 +42,20 @@
+
+

+ {{$acceptance->checkoutable->present()->name()}} + {{ (($acceptance->checkoutable) && ($acceptance->checkoutable->serial)) ? ' - '.trans('general.serial_number').': '.$acceptance->checkoutable->serial : '' }} +

+
-
+
@if ($acceptance->checkoutable->getEula()) -
+
{!! $acceptance->checkoutable->getEula() !!}
@endif
-
-

{{$acceptance->checkoutable->present()->name()}}

-