We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a0fa0e commit 3fc2d56Copy full SHA for 3fc2d56
CRM/Report/Form/Contribute/TaiwanTax.php
@@ -285,7 +285,7 @@ function postProcess() {
285
parent::postProcess();
286
}
287
288
- function endPostProcess($rows) {
+ function endPostProcess(&$rows = NULL) {
289
if ($this->_outputMode == 'csv') {
290
$year = $rows[0]['civicrm_contribution_receive_date'];
291
CRM_Report_Utils_Report::export2xls($this, $rows, $year . '_' . ts('Your SIC Code'). '.xlsx');
0 commit comments