Skip to content

Commit 38504f4

Browse files
ndg63276Mark Williams
andauthored
LIMS-1406: Dont allow the location to be changed during a dispatch request (#888)
Co-authored-by: Mark Williams <mark.williams@diamond.ac.uk>
1 parent ee2979d commit 38504f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/js/templates/shipment/dispatch.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ <h1 data-testid="dispatch-header">Request Dewar Dispatch</h1>
104104
<label>Dewar Location
105105
<span class="small">Where the dewar currently is</span>
106106
</label>
107-
<input type="text" name="LOCATION" data-testid="dispatch-location"/>
107+
<input type="text" name="LOCATION" data-testid="dispatch-location" disabled="disabled"/>
108108
</li>
109109

110110

0 commit comments

Comments
 (0)