csvalpha / sofia

S.O.F.I.A. - Streepsysteem der C.S.V. Alpha
https://streep.csvalpha.nl
MIT License
5 stars 2 forks source link

Fixed error in mailing invoices #898

Closed Ellen-Wittingen closed 8 months ago

Ellen-Wittingen commented 9 months ago

Either wicked_pdf or rails updated, which changed the parameters of render_to_string in such a way that they only work without file extensions, otherwise it cannot find the templates. When removing the extensions, Sofia no longer shows an error and shows the banner that the invoice was sent succesfully.

I could not test whether the pdf in the sent mail is still correct now, as I could not figure out how to catch sent mails locally.