Closed user12121212 closed 9 years ago
@futhr any idea about why it is happening?
Hi @user12121212 This has been resolved in master
branch, so see commits from 9f943dfecaa9b3b7d449bf64fcfee10e3cfb2469
The master
branch got an major refactor, but I assume we will not apply this to an existing stable branch so any PR is welcome to fix this.
@futhr Hey, thanks for that. I looked into this issue and later I solved it by adding the following line in my /config/initializers/print_invoice.rb
.
Spree::PrintInvoice::Config.set(logo_path: 'images/your_image.png')
I''ll definitely go through the code base and will send PR for this branch soon.
thanks :)
I'm using '3-0-stable of spree_print_invoice gem on a spreecommerce project (3.0.1).
My gem file contain the following line and I use ruby 2.2.2
gem 'spree_print_invoice', github: 'spree-contrib/spree_print_invoice', branch: '3-0-stable'
.I run the generator, run those migrations and I can see the links in admin panel. But when I click print invoice, I'm getting the following error.
How can I solve the issue and fix this error?