Skip to content

Commit 435c070

Browse files
ndg63276Mark Williams
andauthored
LIMS-1646: Show 'Use Facility Account' button for EU dewar dispatch (#910)
Co-authored-by: Mark Williams <mark.williams@diamond.ac.uk>
1 parent 92984cb commit 435c070

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

client/src/js/modules/shipment/views/dispatch.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,8 @@ define(['marionette', 'views/form',
282282
this.ui.submit.show();
283283
if (
284284
this.terms.get("ACCEPTED") ||
285-
!app.options.get("facility_courier_countries").includes(this.dispatchCountry)
285+
(!app.options.get("facility_courier_countries").includes(this.dispatchCountry) &&
286+
!app.options.get("facility_courier_countries_nde").includes(this.dispatchCountry))
286287
) {
287288
this.ui.facc.hide()
288289
} else {

0 commit comments

Comments
 (0)