Skip to content

Commit 6e8ad5b

Browse files
committed
Generating Asset Name to Label Print
Added the Asset Name to the Label printing page.
1 parent 145d386 commit 6e8ad5b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

app/views/backend/hardware/labels.blade.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,10 @@
5252
{{ $settings->qr_text }}
5353
<br><br>
5454
@endif
55-
55+
@if ($asset->name!='')
56+
<b>N: {{ $asset->name }}</b>
57+
<br>
58+
@endif
5659
@if ($asset->asset_tag!='')
5760
T: {{ $asset->asset_tag }}
5861
<br>

0 commit comments

Comments
 (0)