Move template files of bill and remember invoice

This commit is contained in:
philipp lang 2024-07-17 22:34:46 +02:00
parent b67fa85539
commit ac76d23941
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';
} }
} }