Skip to content
Snippets Groups Projects
Commit 79c2709d authored by Pradeep Dorugade's avatar Pradeep Dorugade
Browse files

-- notice fixes for CRM-12284

parent 4c75f47d
No related branches found
No related tags found
No related merge requests found
......@@ -99,7 +99,7 @@ class CRM_Event_Form_EventFees {
}
}
if ($form->_discountId) {
if ($form->_discountId && CRM_Utils_Array::value($defaults[$form->_pId]['discount_id'], $discounts)) {
$form->assign('discount', $discounts[$defaults[$form->_pId]['discount_id']]);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment