From: Seamus Lee Date: Tue, 7 Nov 2023 22:22:54 +0000 (+1100) Subject: Fix Dynamic Property Errors on Batch Export X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=d1a7c103500d156b85e21883c8e7e2ac8099aace;p=civicrm-core.git Fix Dynamic Property Errors on Batch Export --- diff --git a/CRM/Financial/BAO/ExportFormat.php b/CRM/Financial/BAO/ExportFormat.php index 8e27691e57..9112655b55 100644 --- a/CRM/Financial/BAO/ExportFormat.php +++ b/CRM/Financial/BAO/ExportFormat.php @@ -40,6 +40,19 @@ abstract class CRM_Financial_BAO_ExportFormat { */ public $_isDownloadFile; + /** + * BatchIds to be exported + * @var string + */ + public $_batchIds; + + + /** + * Files to be downloaded + * @var array + */ + public $_downloadFile; + /** * Class constructor. */