diff --git a/src/reject-order/reject-order-dialog.component.tsx b/src/reject-order/reject-order-dialog.component.tsx index 07f5096..6a251b8 100644 --- a/src/reject-order/reject-order-dialog.component.tsx +++ b/src/reject-order/reject-order-dialog.component.tsx @@ -39,8 +39,8 @@ const RejectOrderDialog: React.FC = ({ event.preventDefault(); const payload = { - fulfillerStatus: "DECLINED", - instructions: notes, + fulfillerStatus: "EXCEPTION", // Todo changed to Declined when UgEMR module is upgraded to 2.6.1 + fulfillerComment: notes, }; RejectOrder(order.uuid, payload).then( (resp) => { @@ -86,11 +86,11 @@ const RejectOrderDialog: React.FC = ({