mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-12 16:44:08 -08:00
Re-pull the accessory checkout
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
8f7bce7aad
commit
10dc1f1368
|
@ -66,14 +66,8 @@
|
||||||
</div>
|
</div>
|
||||||
<!-- User -->
|
<!-- User -->
|
||||||
|
|
||||||
@include ('partials.forms.checkout-selector', ['user_select' => 'true','asset_select' => 'true', 'location_select' => 'true'])
|
|
||||||
|
|
||||||
@include ('partials.forms.edit.user-select', ['translated_name' => trans('general.select_user'), 'fieldname' => 'assigned_user', 'required'=> 'true'])
|
@include ('partials.forms.edit.user-select', ['translated_name' => trans('general.select_user'), 'fieldname' => 'assigned_user', 'required'=> 'true'])
|
||||||
|
|
||||||
<!-- We have to pass unselect here so that we don't default to the asset that's being checked out. We want that asset to be pre-selected everywhere else. -->
|
|
||||||
@include ('partials.forms.edit.asset-select', ['translated_name' => trans('general.asset'), 'fieldname' => 'assigned_asset', 'unselect' => 'true', 'style' => 'display:none;', 'required'=>'true'])
|
|
||||||
|
|
||||||
@include ('partials.forms.edit.location-select', ['translated_name' => trans('general.location'), 'fieldname' => 'assigned_location', 'style' => 'display:none;', 'required'=>'true'])
|
|
||||||
|
|
||||||
<!-- Checkout QTY -->
|
<!-- Checkout QTY -->
|
||||||
<div class="form-group {{ $errors->has('checkout_qty') ? 'error' : '' }} ">
|
<div class="form-group {{ $errors->has('checkout_qty') ? 'error' : '' }} ">
|
||||||
|
|
Loading…
Reference in a new issue