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:
e898625
)
Opps changed wrong BAO per Colemans's comment
author
Eileen McNaughton
<eileen@mcnaughty.com>
Mon, 5 Aug 2013 00:06:27 +0000
(12:06 +1200)
committer
Eileen McNaughton
<eileen@mcnaughty.com>
Mon, 5 Aug 2013 00:06:27 +0000
(12:06 +1200)
CRM/Batch/Form/Batch.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Batch/Form/Batch.php
b/CRM/Batch/Form/Batch.php
index e2cdc0f4fe4a54107939aba3678d427ded6e7c9e..58e4f33abf46e7e81305265aed5ef12cf842d81a 100644
(file)
--- a/
CRM/Batch/Form/Batch.php
+++ b/
CRM/Batch/Form/Batch.php
@@
-60,10
+60,10
@@
class CRM_Batch_Form_Batch extends CRM_Admin_Form {
}
$this->applyFilter('__ALL__', 'trim');
- $attributes = CRM_Core_DAO::getAttribute('CRM_Batch_
B
AO_Batch');
+ $attributes = CRM_Core_DAO::getAttribute('CRM_Batch_
D
AO_Batch');
$this->add('text', 'title', ts('Batch Name'), $attributes['name'], TRUE);
- $batchTypes = CRM_Batch_
D
AO_Batch::buildOptions('type_id');
+ $batchTypes = CRM_Batch_
B
AO_Batch::buildOptions('type_id');
// unset non-related types
unset($batchTypes[3]);