[MIG] base_report_to_printer: Migration to v14

This commit is contained in:
Alexis de Lattre
2021-01-12 10:50:11 +01:00
committed by trisdoan
parent fdcb2ae235
commit b8b6f60322
34 changed files with 40 additions and 65 deletions

View File

@@ -169,8 +169,8 @@ class PrintingPrinter(models.Model):
options = self.print_options(report=report, **print_opts)
_logger.debug(
"Sending job to CUPS printer %s on %s"
% (self.system_name, self.server_id.address)
"Sending job to CUPS printer %s on %s with options %s"
% (self.system_name, self.server_id.address, options)
)
connection.printFile(self.system_name, file_name, file_name, options=options)
_logger.info(