Move tex invoice files

This commit is contained in:
Arwed Molitor 2024-03-14 18:04:00 +01:00 committed by philipp lang
parent 33a138d8f7
commit ebf20944d7
4 changed files with 2 additions and 2 deletions

View File

@ -15,6 +15,6 @@ class BillDocument extends InvoiceDocument
public function view(): string public function view(): string
{ {
return 'tex.bill'; return 'tex.invoice.bill';
} }
} }

View File

@ -15,6 +15,6 @@ class RememberDocument extends InvoiceDocument
public function view(): string public function view(): string
{ {
return 'tex.remember'; return 'tex.invoice.remember';
} }
} }