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): ...@@ -568,7 +568,7 @@ def cr_routing_actions(approver_instance, current_user, move_to_level):
# reject from requestor action # reject from requestor action
if delegation.lower() == 'requestor': if delegation.lower() == 'requestor':
notification_msg = VENDOR_REJECT_MESSAGE.split(';')[0] notification_msg = REVISED_MESSAGE.split(';')[0]
# send reject email to vendor # send reject email to vendor
send_mail_vendor( send_mail_vendor(
...@@ -645,7 +645,7 @@ def cr_routing_actions(approver_instance, current_user, move_to_level): ...@@ -645,7 +645,7 @@ def cr_routing_actions(approver_instance, current_user, move_to_level):
approver_code = back_to_approver.user.code approver_code = back_to_approver.user.code
approver_notification_msg = REVISED_MESSAGE.split(';')[0] approver_notification_msg = APPROVER_MESSAGE.split(';')[0]
send_mail_approver( send_mail_approver(
current_user, form_code, delegation, current_user, form_code, delegation,
......
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<title>RMS: Change Request Revision</title> <title>RMS: Change Request Rejected</title>
</head> </head>
<body style="font-family: arial;"> <body style="font-family: arial;">
<h3>Resource Management System &#40;RMS&#41;</h3> <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>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> <p>A change request has been submitted for your acknowledgement to revise. Please see the details of the change request below.</p><br>
...@@ -30,6 +30,6 @@ ...@@ -30,6 +30,6 @@
<p>Powered by</p> <p>Powered by</p>
<img src="https://s3-ap-southeast-1.amazonaws.com/oneberry/img/logo_oneberry.png" class="img-responsive" style="width:150px;height:auto;" /> <img src="https://s3-ap-southeast-1.amazonaws.com/oneberry/img/logo_oneberry.png" class="img-responsive" style="width:150px;height:auto;" />
</body> </body>
</html> </html>
\ No newline at end of file
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