mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 05:34:06 -08:00
Use showAssetName instead of asset->name to include the asset tag (#2437)
This commit is contained in:
parent
dbd96a4c10
commit
cc15a4f018
|
@ -23,7 +23,7 @@
|
|||
<div class="col-md-12">
|
||||
|
||||
<h3>
|
||||
Accept {{ $item->name }}</h3>
|
||||
Accept {{ $item->showAssetName() }}</h3>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in a new issue