Commit Graph

2 Commits

Author SHA1 Message Date
Dave Lasley
ecc844e046 [MIG] base_report_to_printer: Upgrade to v9 2019-10-14 09:40:47 +02:00
Guewen Baconnier
d49267ec8c Do no longer returns a PDF when a report is printed
Instead, a notification is displayed to the user.
When report.get_pdf() is called on a report that must be printer,
it will print the report *and* returns the pdf, thus code that
calls directly report.get_pdf() will print the pdf on the printer
as expected.

Fixes #16
2019-10-14 09:40:47 +02:00