Skip to content

Commit

Permalink
style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JO0st committed Dec 22, 2017
1 parent 228830e commit 3e82d58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CRM/Financial/Form/Export.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public function preProcess() {
$this->_exportStatusId = civicrm_api3('OptionValue', 'getValue', array(
'option_group_id' => 'batch_status',
'name' => 'Exported',
'return' => 'value'
'return' => 'value',
))['result'];

// check if batch status is valid, do not allow exported batches to export again
Expand Down

0 comments on commit 3e82d58

Please sign in to comment.