Skip to content
Snippets Groups Projects
Commit fc4aa398 authored by eileen's avatar eileen :8ball:
Browse files

Opps changed wrong BAO per Colemans's comment

parent e8986258
Branches
Tags
No related merge requests found
......@@ -60,10 +60,10 @@ class CRM_Batch_Form_Batch extends CRM_Admin_Form {
}
$this->applyFilter('__ALL__', 'trim');
$attributes = CRM_Core_DAO::getAttribute('CRM_Batch_BAO_Batch');
$attributes = CRM_Core_DAO::getAttribute('CRM_Batch_DAO_Batch');
$this->add('text', 'title', ts('Batch Name'), $attributes['name'], TRUE);
$batchTypes = CRM_Batch_DAO_Batch::buildOptions('type_id');
$batchTypes = CRM_Batch_BAO_Batch::buildOptions('type_id');
// unset non-related types
unset($batchTypes[3]);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment