From 7a433f8598a51e83572d5bceef56e1207c70a1ac Mon Sep 17 00:00:00 2001 From: Sean Borg Date: Thu, 9 Jul 2020 21:04:35 +0100 Subject: [PATCH] Updated purchase date format in hardware/bulkedit The Purchase date box in hardware/bulkedit was a different style to the normal hardware/{id}/edit It also prevents a strange bug I see in firefox when clicking the old datepicker it presented 2 datepicker boxes --- resources/views/hardware/bulk.blade.php | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/resources/views/hardware/bulk.blade.php b/resources/views/hardware/bulk.blade.php index 857720dc6..5cbe68a6c 100755 --- a/resources/views/hardware/bulk.blade.php +++ b/resources/views/hardware/bulk.blade.php @@ -32,9 +32,11 @@
- - - {!! $errors->first('purchase_date', '') !!} +
+ + +
+ {!! $errors->first('purchase_date', ' :message') !!}