Is there any way we can upload our logo through the UI and add the banking details? At the moment we need to customise the templates, or have I missed a setting? I had changed the default and one custom template, but the recent update (to 7.x-1.1) whacked all my changes :-( Not handy when you're in a hurry to send out an invoice. Thanks again for a great module.

Comments

scuba_fly’s picture

for a temporarily solution you could copy the default.inc and default.css in the template directory and name them .inc / .css

then change the _invoice_default_get_template_output() function to _invoice__get_template_output()

I think this would save your settings while updating.