@@ -184,6 +190,9 @@ class CDM_Form_Discount_Admin extends CRM_Admin_Form {
// is this discount active ?
$this->addElement('checkbox','is_active',ts('Is this discount active?'));
$this->addElement('checkbox','discount_msg_enabled',ts('Display a message to users not eligible for this discount?'));
$this->add('text','discount_msg',ts('Message to users not eligible for discount'),CRM_Core_DAO::getAttribute('CRM_CiviDiscount_DAO_Item','discount_msg'));