mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Merge pull request #13361 from Godmartinz/bug/sc-19126
Fixed custom fieldset order
This commit is contained in:
commit
af86c6138d
|
@ -51,7 +51,7 @@
|
||||||
</span>
|
</span>
|
||||||
</td>
|
</td>
|
||||||
@endcan
|
@endcan
|
||||||
<td class="index">{{$field->pivot->order}}</td>
|
<td class="index">{{$field->pivot->order + 1}}</td>
|
||||||
<td>{{$field->name}}</td>
|
<td>{{$field->name}}</td>
|
||||||
<td>{{$field->format}}</td>
|
<td>{{$field->format}}</td>
|
||||||
<td>{{$field->element}}</td>
|
<td>{{$field->element}}</td>
|
||||||
|
|
Loading…
Reference in a new issue