minor fixes
This commit is contained in:
@@ -49,7 +49,7 @@ class AppExtension extends AbstractExtension
|
||||
|
||||
public function getMailtoLink(Reports $reports): string
|
||||
{
|
||||
$subject = rawurlencode("Sprawozdanie z wykonania układu");
|
||||
$subject = rawurlencode("Sprawozdanie z wykonania układu nr {$reports->getNumber()}");
|
||||
$dateBase = (clone $reports->getDateStart())->modify("-1 month");
|
||||
|
||||
$template = "email/report.html.twig";
|
||||
|
||||
Reference in New Issue
Block a user