3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-02-05 03:25:32 +00:00

Merge pull request #12456 from snipe/features/add_notes_to_user_history

Fixed #12449 - Added checkout/checkin  note to user history
This commit is contained in:
snipe
2023-02-02 11:28:08 -08:00
committed by GitHub

View File

@ -954,7 +954,8 @@
@endif
<th class="col-sm-3" data-field="item.serial" data-visible="false">{{ trans('admin/hardware/table.serial') }}</th>
<th class="col-sm-3" data-field="item" data-formatter="polymorphicItemFormatter">{{ trans('general.item') }}</th>
<th class="col-sm-2" data-field="target" data-formatter="polymorphicItemFormatter">{{ trans('general.target') }}</th>
<th class="col-sm-3" data-field="note">{{ trans('general.notes') }}</th>
<th class="col-sm-2" data-field="target" data-formatter="polymorphicItemFormatter">{{ trans('general.target') }}</th>
</tr>
</thead>
</table>