This commit is contained in:
venba-Inspriron-3558 2025-07-17 12:56:28 +05:30
parent 6b02635687
commit 43e13be529
8 changed files with 2 additions and 2 deletions

View File

@ -1094,7 +1094,7 @@ class PlanController extends ResourceController
if (!file_exists($filePath)) { if (!file_exists($filePath)) {
return $this->failNotFound('File not found'); return $this->failNotFound('File not found');
} }
return $this->response->download($filePath, null)->setFileName($filename); return $this->response->download($filePath, null)->setFileName($filename);
} }

View File

@ -137,7 +137,7 @@
<tr class="header-section"> <tr class="header-section">
<td class="header-logo" style="width: 120px;"> <td class="header-logo" style="width: 120px;">
<?php if (isset($data['org_data']['logo'])): <?php if (isset($data['org_data']['logo'])):
$orgLogoFilename = basename($data['org_data']['logo'])); $orgLogoFilename = basename($data['org_data']['logo']);
$orgLogo = base_url("assets/images/logo/" . $orgLogoFilename); $orgLogo = base_url("assets/images/logo/" . $orgLogoFilename);
if ($orgLogo): if ($orgLogo):
?> ?>

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.