projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab77c83
)
Fix Dynamic Property Errors on Batch Export
author
Seamus Lee
<seamuslee001@gmail.com>
Tue, 7 Nov 2023 22:22:54 +0000
(09:22 +1100)
committer
Seamus Lee
<seamuslee001@gmail.com>
Tue, 7 Nov 2023 22:22:54 +0000
(09:22 +1100)
CRM/Financial/BAO/ExportFormat.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Financial/BAO/ExportFormat.php
b/CRM/Financial/BAO/ExportFormat.php
index 8e27691e57576fed3c6a89368b4c04ec05132126..9112655b5558c5dcc633959ab4e3fc81777b07a8 100644
(file)
--- 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.
*/