This commit is contained in:
parent
6b02635687
commit
43e13be529
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -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):
|
||||||
?>
|
?>
|
||||||
|
|||||||
BIN
writable/pdf/trips/trip_44.pdf
Normal file
BIN
writable/pdf/trips/trip_44.pdf
Normal file
Binary file not shown.
BIN
writable/pdf/trips/trip_47.pdf
Normal file
BIN
writable/pdf/trips/trip_47.pdf
Normal file
Binary file not shown.
BIN
writable/pdf/trips/trip_48.pdf
Normal file
BIN
writable/pdf/trips/trip_48.pdf
Normal file
Binary file not shown.
BIN
writable/pdf/trips/trip_49.pdf
Normal file
BIN
writable/pdf/trips/trip_49.pdf
Normal file
Binary file not shown.
BIN
writable/pdf/trips/trip_51.pdf
Normal file
BIN
writable/pdf/trips/trip_51.pdf
Normal file
Binary file not shown.
BIN
writable/pdf/trips/trip_53.pdf
Normal file
BIN
writable/pdf/trips/trip_53.pdf
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user