Merge pull request #4504 from rekonder/aj_SCI_7312

Add name to zebra printer initialization [SCI-7312]
This commit is contained in:
artoscinote 2022-10-06 14:55:14 +02:00 committed by GitHub
commit e89266d337
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -246,6 +246,7 @@
this.printers.push({
id: `zebra${this.printers.length}`,
attributes: {
name: device.name,
display_name: device.name,
type_of: 'zebra',
status: device.status.toLowerCase(),