Move template files of bill and remember invoice
This commit is contained in:
parent
b67fa85539
commit
ac76d23941
|
@ -15,6 +15,6 @@ class BillDocument extends InvoiceDocument
|
||||||
|
|
||||||
public function view(): string
|
public function view(): string
|
||||||
{
|
{
|
||||||
return 'tex.bill';
|
return 'tex.invoice.bill';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -15,6 +15,6 @@ class RememberDocument extends InvoiceDocument
|
||||||
|
|
||||||
public function view(): string
|
public function view(): string
|
||||||
{
|
{
|
||||||
return 'tex.remember';
|
return 'tex.invoice.remember';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue