Hello everybody,
I am stuck on one last thing, where I'd appreciate your help.
I have the requirement to print, based on a checkbox value, an additional report-design that prints with the sales invoice.
So it should always be the sales invoice report (the print management settings) + conditionally an additional design.
I've added this method loadAdditionalPrintSetting to the SalesInvoiceController method:
This method is called within the runPrintMgmt method of the SalesInvoiceController class right after this line:
If I run this, it only prints my new design but ignores the print management settings. Why is it throwing away the previously loaded print settings? How to prevent this?
Thank you very much for your help in advance.
*This post is locked for comments