Skip to content

Commit 0422303

Browse files
authored
HTML-862 - Order widget does not correctly display order reason non-coded (#317)
1 parent daac730 commit 0422303

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

api/src/main/resources/messages.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ htmlformentry.orders.quantity = Quantity
113113
htmlformentry.orders.quantityUnits = Quantity Units
114114
htmlformentry.orders.numRefills = Number of Refills
115115
htmlformentry.orders.orderReason = Reason
116+
htmlformentry.orders.orderReasonNonCoded = Other Reason
116117
htmlformentry.orders.discontinueReason = Discontinue Reason
117118
htmlformentry.orders.discontinueReasonNonCoded = Other Discontinue Reason
118119
htmlformentry.orders.voided = Voided

omod/src/main/webapp/resources/orderWidget.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,7 @@
303303
orderWidget.enableServiceOrderWidgets($orderForm);
304304
} else if (action === 'REVISE' || action === 'NEW') {
305305
$orderForm.find('.order-orderReason').show();
306+
$orderForm.find('.order-orderReasonNonCoded').show();
306307
orderWidget.enableOrderDoseWidgets($orderForm);
307308
$orderForm.find('.order-urgency').show();
308309
orderWidget.enableOrderDurationWidgets($orderForm);

0 commit comments

Comments
 (0)