delete invoices (#1652)
* include all meta fields as template variables * support invoice preview via command * support deletion of generated invoices
This commit is contained in:
@@ -115,6 +115,7 @@ trait RendererTestTrait
|
||||
$template = new InvoiceTemplate();
|
||||
$template->setTitle('a very *long* test invoice / template title with [special] character');
|
||||
$template->setVat(19);
|
||||
$template->setLanguage('en');
|
||||
|
||||
$project = new Project();
|
||||
$project->setName('project name');
|
||||
|
||||
Reference in New Issue
Block a user