We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e090ba0 commit 6978e15Copy full SHA for 6978e15
1 file changed
omod/src/main/webapp/resources/orderWidget.js
@@ -293,6 +293,7 @@
293
orderWidget.enableDateWidgets(config, $orderForm, encDate);
294
295
if (action === 'DISCONTINUE') {
296
+ $orderForm.find('.order-dateActivated').hide();
297
var $discontinueReasonSelect = $orderForm.find('.order-field-widget.order-discontinueReason').find('select');
298
if ($discontinueReasonSelect.find('option').length > 1) {
299
$orderForm.find('.order-discontinueReason').show();
0 commit comments