[FIX] base_report_to_printer: error printing in external network.

Error code: 1030, 'The printer or class does not exist.')".
An explicit call to `setServer` and `setPort` fixed the issue.
(see https://github.com/OpenPrinting/pycups/issues/30)

Also, added serve_id to printer views
This commit is contained in:
Lois Rilo
2021-11-16 15:59:25 +01:00
committed by John Herholz
parent b77718bb7c
commit d90d09be2d
2 changed files with 9 additions and 0 deletions

View File

@@ -47,6 +47,7 @@
</div>
<group name="name">
<field name="system_name" />
<field name="server_id" />
</group>
<group col="4" colspan="4" name="default">
<field name="default" />
@@ -100,6 +101,7 @@
<field name="default" />
<field name="name" />
<field name="system_name" />
<field name="server_id" />
<field name="status" />
</tree>
</field>