From 04a467bdc723c0fbfee61ff8445f62a2dd171abb Mon Sep 17 00:00:00 2001 From: snipe Date: Mon, 1 Aug 2022 18:53:00 -0700 Subject: [PATCH] One more Signed-off-by: snipe --- resources/views/locations/print.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/views/locations/print.blade.php b/resources/views/locations/print.blade.php index 375839c470..77d84662c0 100644 --- a/resources/views/locations/print.blade.php +++ b/resources/views/locations/print.blade.php @@ -140,8 +140,8 @@ {{ ($asset->model) ? $asset->model->name : '' }} {{ $asset->serial }} {{ $asset->location->name }} - {{ $asset->last_checkout }} - {{ $asset->expected_checkin }} + {{ \App\Helpers\Helper::getFormattedDateObject( $asset->last_checkout, 'datetime', false) }} + {{ \App\Helpers\Helper::getFormattedDateObject( $asset->expected_checkin, 'datetime', false) }} @php $counter++