Merge pull request #3729 from alchemy-fr/PHRAS-3080-change-cgu-pdfname

PHRAS-3080 merge change cgu pdf filename
This commit is contained in:
Nicolas Maillat
2021-02-19 09:52:11 +01:00
committed by GitHub

View File

@@ -42,7 +42,7 @@ class PDFCgu extends PDF
{
$databox = $app->findDataboxById($databoxId);
return 'cgu_' . $databoxId . '_'. $databox->get_viewname() . '.pdf';
return 'cgu_' . $databox->get_viewname() . '.pdf';
}
public static function isDataboxCguEmpty(Application $app, $databoxId)