From 442f0436d2fc8510784ba5f9f9ae193c7a5a5b50 Mon Sep 17 00:00:00 2001 From: Justin Freeman Date: Mon, 23 Aug 2021 17:35:21 +1000 Subject: [PATCH] CIVICRM-1813 Change PDF file name from "civicrmContributionReceipt.pdf" to use the standard "receipt.pdf" file name --- CRM/Contribute/Form/Task/PDF.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Contribute/Form/Task/PDF.php b/CRM/Contribute/Form/Task/PDF.php index a114dfbab9..a34d5ded18 100644 --- a/CRM/Contribute/Form/Task/PDF.php +++ b/CRM/Contribute/Form/Task/PDF.php @@ -193,7 +193,7 @@ AND {$this->_componentClause}"; if ($elements['createPdf']) { CRM_Utils_PDF_Utils::html2pdf($message, - 'civicrmContributionReceipt.pdf', + 'receipt.pdf', FALSE, $elements['params']['pdf_format_id'] ); -- 2.25.1