Closed tvdeyen closed 9 years ago
Ah, dang! I broke the update_invoice_number
feature. Closing.
Ok, have to check the tests on travis. They pass locally. :disappointed:
Probably because travis isn't giving you file system access
@JDutil I fixed the specs
Introduces new settings
store_pdf
(disabled by default) andstorage_path
that allow to store the rendered pdf template to disk. These files can then be i.e. attached to emails.Also refactors some tests and moves lots of code into the order model, away from the orders controller.
Refs #60