From 0b56ebf291abd98ab32b51a52e6b6e74fc9317b8 Mon Sep 17 00:00:00 2001 From: snipe Date: Mon, 27 Nov 2017 21:16:25 -0800 Subject: [PATCH] Fixed radio button selector to provide correct default value in checkout --- resources/views/partials/forms/checkout-selector.blade.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/resources/views/partials/forms/checkout-selector.blade.php b/resources/views/partials/forms/checkout-selector.blade.php index 600470b6f..c622bda5c 100644 --- a/resources/views/partials/forms/checkout-selector.blade.php +++ b/resources/views/partials/forms/checkout-selector.blade.php @@ -4,7 +4,7 @@
@if ((isset($user_select)) && ($user_select!='false')) @endif @if ((isset($asset_select)) && ($asset_select!='false')) @@ -17,6 +17,8 @@ {{ trans('general.location') }} @endif + + {!! $errors->first('checkout_to_type', ' :message') !!}