Commit 316f9c82 authored by Gladys Forte's avatar Gladys Forte

approver msg

parent ca76ffad
......@@ -568,7 +568,7 @@ def cr_routing_actions(approver_instance, current_user, move_to_level):
# reject from requestor action
if delegation.lower() == 'requestor':
notification_msg = VENDOR_REJECT_MESSAGE.split(';')[0]
notification_msg = REVISED_MESSAGE.split(';')[0]
# send reject email to vendor
send_mail_vendor(
......@@ -645,7 +645,7 @@ def cr_routing_actions(approver_instance, current_user, move_to_level):
approver_code = back_to_approver.user.code
approver_notification_msg = REVISED_MESSAGE.split(';')[0]
approver_notification_msg = APPROVER_MESSAGE.split(';')[0]
send_mail_approver(
current_user, form_code, delegation,
......
<!DOCTYPE html>
<html>
<head>
<title>RMS: Change Request Revision</title>
<title>RMS: Change Request Rejected</title>
</head>
<body style="font-family: arial;">
<h3>Resource Management System &#40;RMS&#41;</h3>
<h3 style="color:#888888;">Change Request Revision</h3><br>
<h3 style="color:#888888;">Change Request Rejected</h3><br>
<p>Dear {name},</p><br>
<p>A change request has been submitted for your acknowledgement to revise. Please see the details of the change request below.</p><br>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment