remote type clear..

This commit is contained in:
Cüneyt Şentürk
2020-11-10 21:20:50 +03:00
parent 870db531fe
commit 8ed62127d1
20 changed files with 29 additions and 43 deletions

View File

@ -18,7 +18,7 @@
{{ Form::textGroup('purchase_price', trans('items.purchase_price'), 'money-bill-wave-alt') }}
{{ Form::selectRemoteGroup('category_id', trans_choice('general.categories', 1), 'folder', $categories, null, ['remote_action' => route('categories.index'). '?type=item', 'remote_type' => 'category']) }}
{{ Form::selectRemoteGroup('category_id', trans_choice('general.categories', 1), 'folder', $categories, null, ['remote_action' => route('categories.index'). '?type=item']) }}
{!! Form::hidden('enabled', '1', []) !!}
</div>