google-code-export / simpleinvoices

Automatically exported from code.google.com/p/simpleinvoices
1 stars 0 forks source link

Not falling back to default templates #211

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
In r3856 if the "user" templates aren't defined, we just give the user an empty 
invoice. 
In sys/include/class/export.php we test for templatePath existing, and if it 
doesn't we return an empty variable $data instead of testing if default 
template exists.

(I'll try to write a patch soon)

Original issue reported on code.google.com by timwhit...@gmail.com on 3 Feb 2012 at 9:38