diff --git a/src/Entity/EFlex.php b/src/Entity/EFlex.php index b2b42da..297e584 100644 --- a/src/Entity/EFlex.php +++ b/src/Entity/EFlex.php @@ -303,6 +303,11 @@ class EFlex return $this; } + public function getPdfSignedFile(): ?File + { + return $this->pdfSignedFile; + } + public function setPdfSignedFile(?File $pdfSignedFile): static { $this->pdfSignedFile = $pdfSignedFile; @@ -325,6 +330,11 @@ class EFlex return $this; } + public function getPdfAuditFile(): ?File + { + return $this->pdfAuditFile; + } + public function setPdfAuditFile(?File $pdfAuditFile): static { $this->pdfAuditFile = $pdfAuditFile; diff --git a/templates/admin/clients/show.html.twig b/templates/admin/clients/show.html.twig index f829a14..599d144 100644 --- a/templates/admin/clients/show.html.twig +++ b/templates/admin/clients/show.html.twig @@ -1288,14 +1288,6 @@ -