Skip to content

Commit aad4734

Browse files
committed
Merge pull request #798 from DanielNemanic/patch-8
Generating Asset Name to Label Print
2 parents 145d386 + 6e8ad5b commit aad4734

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)