diff --git a/resources/views/reports/report_builder.blade.php b/resources/views/reports/report_builder.blade.php index 8a0c39874bcd..eadd515879cd 100644 --- a/resources/views/reports/report_builder.blade.php +++ b/resources/views/reports/report_builder.blade.php @@ -33,7 +33,6 @@ .tablesorter-column-selector input { margin-right: 8px; } - @stop @@ -148,7 +147,9 @@
- {!! Former::select('report_type')->options($reportTypes, $reportType)->label(trans('texts.type')) !!} + {!! Former::select('report_type') + ->data_bind("options: report_types, optionsText: 'transType', optionsValue: 'type', value: report_type") + ->label(trans('texts.type')) !!}