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
commit 64aea8d374
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -954,6 +954,7 @@
@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-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>