mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 05:34:06 -08:00
removed front end if statement
This commit is contained in:
parent
bb2c73348d
commit
df5cacf8a2
|
@ -348,9 +348,7 @@
|
|||
</optgroup>
|
||||
<optgroup label="Custom Fields">
|
||||
@foreach($customFields as $customField)
|
||||
@if($customField->field_encrypted != 1)
|
||||
<option value="{{ $customField->db_column }}">{{ $customField->name }}</option>
|
||||
@endif
|
||||
@endforeach
|
||||
</optgroup>
|
||||
</select>
|
||||
|
|
Loading…
Reference in a new issue