| DESCRIPTION OF ENHANCEMENTS |
This patch addresses the following issue:
Associated NSR(s):
==================
N/A
Participating Test Sites:
=========================
TBD
Defect Tracking System Ticket(s) & Overview:
===========================================
1. CPRS - Wrong Message on Cancelled Order.
Problem:
-------
In CPRS, placed an order and then cancelled it. Attempt to sign the
1. CPRS - Wrong Message on Cancelled Order
order and you'll get the message "order has been signed". The reason
should say, this order has been cancelled.
Resolution:
----------
Modify routine ORCACT01 so display the message "This order has been
canceled!" when the SIGNATURE STATUS for the ORDER ACTION sub record of
the order being signed is 5.
Technical Resolution:
---------------------
The value of 5 for the SIGNATURE STATUS field is 'NOT REQUIRED due to
cancel/lapse'. At line ES+7^ORCACT01 add code:
I X=5 S ERROR="This order has been canceled!" Q ;p580
Associated ticket(s):
=====================
1. INC20497278 - CPRS - Wrong Message on Cancelled Order
|