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

improve logging of progress to reflect whether a receipt is sent

parent d63f4fc3
No related branches found
No related tags found
No related merge requests found
......@@ -523,9 +523,10 @@ LIMIT 1;";
$values['is_email_receipt'] == 1
) {
self::sendMail($input, $ids, $objects, $values, $recur, FALSE);
CRM_Core_Error::debug_log_message("Receipt sent");
}
CRM_Core_Error::debug_log_message("Success: Database updated and mail sent");
CRM_Core_Error::debug_log_message("Success: Database updated");
}
function getBillingID(&$ids) {
......
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