File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
omod/src/main/webapp/resources Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -113,6 +113,7 @@ htmlformentry.orders.quantity = Quantity
113
113
htmlformentry.orders.quantityUnits = Quantity Units
114
114
htmlformentry.orders.numRefills = Number of Refills
115
115
htmlformentry.orders.orderReason = Reason
116
+ htmlformentry.orders.orderReasonNonCoded = Other Reason
116
117
htmlformentry.orders.discontinueReason = Discontinue Reason
117
118
htmlformentry.orders.discontinueReasonNonCoded = Other Discontinue Reason
118
119
htmlformentry.orders.voided = Voided
Original file line number Diff line number Diff line change 303
303
orderWidget . enableServiceOrderWidgets ( $orderForm ) ;
304
304
} else if ( action === 'REVISE' || action === 'NEW' ) {
305
305
$orderForm . find ( '.order-orderReason' ) . show ( ) ;
306
+ $orderForm . find ( '.order-orderReasonNonCoded' ) . show ( ) ;
306
307
orderWidget . enableOrderDoseWidgets ( $orderForm ) ;
307
308
$orderForm . find ( '.order-urgency' ) . show ( ) ;
308
309
orderWidget . enableOrderDurationWidgets ( $orderForm ) ;
You can’t perform that action at this time.
0 commit comments