mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 23:54:12 -08:00
Merge branch 'develop'
This commit is contained in:
commit
05bc238c9a
|
@ -53,7 +53,7 @@
|
|||
|
||||
@include ('partials.forms.edit.user-select', ['translated_name' => trans('general.select_user'), 'fieldname' => 'assigned_to'])
|
||||
|
||||
@if ($accessory->category->require_acceptance=='1')
|
||||
@if (($accessory->category) && ($accessory->category->require_acceptance=='1'))
|
||||
<div class="form-group">
|
||||
<div class="col-md-9 col-md-offset-3">
|
||||
<p class="hint-block">{{ trans('admin/categories/general.required_acceptance') }}</p>
|
||||
|
|
Loading…
Reference in a new issue