-
Notifications
You must be signed in to change notification settings - Fork 808
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[IP-1012]: Revert change to invoice_logo() #1013
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are accessibility issues in these changes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am a novice interacting with GitHub so apologize in advance if not following proper procedure and/or protocol. I have implemented this change on my 1.6.1 installation and can report this change indeed resolves the logo not showing on email invoices issue by using the correct path for finding the file on the server (base vs absolute).
Thanks @Computer-Ron for confirming you had a good result with the change, someone with access to the repository needs to make the review for it to automatically merge but maybe your input will prompt @nielsdrost7 to lend a hand, thanks! |
@jmclaren7 merged! @Computer-Ron thanks for the PR, man! Keep'em coming |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is correct, thanks
invoice_logo() produces an invalid URL based on an absolute file system path, it seems this change was only intended for invoice_logo_pdf()
Related issue: #1012