PHRAS-3699 fix missing translation (#4076)

This commit is contained in:
Aina Sitraka
2022-07-06 13:18:26 +03:00
committed by GitHub
parent e53b7cc811
commit 767b9a31d7
12 changed files with 192 additions and 118 deletions

View File

@@ -61,6 +61,7 @@ class PDFRecords extends PDF
}
$this->pdf->setPrintOwnerUser($app->getAuthenticatedUser());
$this->pdf->setApp($app);
$records = $printer->get_elements();
$aclUser = $this->app->getAclForUser($this->app->getAuthenticatedUser());