From 379274defff1f372b4e51bf567f69503e5cd7829 Mon Sep 17 00:00:00 2001 From: snipe Date: Tue, 31 Oct 2017 04:48:40 -0700 Subject: [PATCH] Check for multiple variable (for bulk checkout) --- resources/views/partials/forms/edit/asset-select.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/partials/forms/edit/asset-select.blade.php b/resources/views/partials/forms/edit/asset-select.blade.php index 6df7a948e..cf42207ab 100644 --- a/resources/views/partials/forms/edit/asset-select.blade.php +++ b/resources/views/partials/forms/edit/asset-select.blade.php @@ -2,7 +2,7 @@
{{ Form::label($fieldname, $translated_name, array('class' => 'col-md-3 control-label')) }}
- @if ($asset_id = Input::old($fieldname, (isset($item)) ? $item->{$fieldname} : ''))