You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PDFs were printed on a stream that was removed in Pharo 10.
I fixed it using a memory file system cause they had a similar API, but this is ugly. Maybe Guille or someone knowing the binary streams can help have a better solution?
Impacted methods:
ERFinishRegisterAttendeePage>>#downloadInvoice
ERInvoiceMailSender>>#getInvoiceAsStreamOf:
ERPDFInvoice class>>#streamNamed:
ERInvoiceMailSender>>#value
ERContainerTab>>#exportInvoiceOf:
The text was updated successfully, but these errors were encountered:
PDFs were printed on a stream that was removed in Pharo 10.
I fixed it using a memory file system cause they had a similar API, but this is ugly. Maybe Guille or someone knowing the binary streams can help have a better solution?
Impacted methods:
The text was updated successfully, but these errors were encountered: