mirror of
https://github.com/OCA/report-print-send.git
synced 2025-02-16 07:11:31 +02:00
[TYPO]
This commit is contained in:
@@ -248,7 +248,7 @@ class report_xml(orm.Model):
|
|||||||
printer_system_name = printer.system_name
|
printer_system_name = printer.system_name
|
||||||
connection = cups.Connection()
|
connection = cups.Connection()
|
||||||
|
|
||||||
options = self.set_options(cr, uid, report_id, printer, format, context=context)
|
options = self.set_print_options(cr, uid, report_id, format, context=context)
|
||||||
|
|
||||||
connection.printFile(printer_system_name, file_name, file_name, options={})
|
connection.printFile(printer_system_name, file_name, file_name, options={})
|
||||||
logger = logging.getLogger('base_report_to_printer')
|
logger = logging.getLogger('base_report_to_printer')
|
||||||
|
|||||||
Reference in New Issue
Block a user