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

use BAO obj not DAO per @colmanw comment

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