From 3e564eaf192d4d9417bdac61acdd37db4e23cf05 Mon Sep 17 00:00:00 2001 From: "steve@degga.net" Date: Wed, 3 Apr 2024 20:09:37 -0400 Subject: [PATCH] fixed accidentally forgot update a call to the old dynamicWarrantyUrl() method in hardware/view.blade.php --- resources/views/hardware/view.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/hardware/view.blade.php b/resources/views/hardware/view.blade.php index 9100787dcd..10be0f4b34 100755 --- a/resources/views/hardware/view.blade.php +++ b/resources/views/hardware/view.blade.php @@ -575,7 +575,7 @@ {{ trans('admin/hardware/form.months') }} @if (($asset->model) && ($asset->model->manufacturer) && ($asset->model->manufacturer->warranty_lookup_url!='')) - + @endif