diff --git a/client/src/js/modules/shipment/views/dispatch.js b/client/src/js/modules/shipment/views/dispatch.js index 6e1d48f93..113415195 100644 --- a/client/src/js/modules/shipment/views/dispatch.js +++ b/client/src/js/modules/shipment/views/dispatch.js @@ -81,6 +81,7 @@ define(['marionette', 'views/form', lab: 'input[name=LABNAME]', submit: 'button[name=submit]', + shippingadvice: '.shippingadvice', facc: 'a.facc', accountNumber: 'input[NAME=DELIVERYAGENT_AGENTCODE]', @@ -294,8 +295,10 @@ define(['marionette', 'views/form', this.ui.dispatchDetails.hide() this.model.dispatchDetailsRequired = false this.ui.submit.text("Proceed") + this.ui.shippingadvice.html("On clicking 'Proceed' you will be redirected to the new Diamond shipping service to book the shipment. Please ensure all stages of the form are completed.

") } else { this.ui.submit.text("Request Dewar Dispatch") + this.ui.shippingadvice.html("") } }, @@ -332,6 +335,7 @@ define(['marionette', 'views/form', this.model.visitRequired = false this.ui.dispatchDetails.hide() this.ui.submit.text("Proceed") + this.ui.shippingadvice.html("On clicking 'Proceed' you will be redirected to the new Diamond shipping service to book the shipment. Please ensure all stages of the form are completed.

") } }, diff --git a/client/src/js/templates/shipment/dispatch.html b/client/src/js/templates/shipment/dispatch.html index 292c952fe..74ed6e56f 100644 --- a/client/src/js/templates/shipment/dispatch.html +++ b/client/src/js/templates/shipment/dispatch.html @@ -186,6 +186,8 @@

Request Dewar Dispatch

+
+