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