Skip to content
Snippets Groups Projects
Commit 4bb1fa8a authored by eileen's avatar eileen
Browse files

unrelated e-notice fix

parent 1283a565
Branches
Tags
No related merge requests found
......@@ -67,7 +67,7 @@ WHERE id = %1";
// fix the display of the monetary value, CRM-4038
$details['total_amount'] = CRM_Utils_Money::format($details['total_amount'], NULL, '%a');
$options = array(ts('No auto-renew option'), ts('Give option, but not required'), ts('Auto-renew required '));
$details['auto_renew'] = $options[$details['auto_renew']];
$details['auto_renew'] = CRM_Utils_Array::value('auto_renew', $options[$details]);
echo json_encode($details);
CRM_Utils_System::civiExit();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment