From: Steven Callender Date: Mon, 4 Oct 2021 17:20:56 +0000 (-0400) Subject: LP#1946019: copyloc.js change to clear locations on new branch select. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=03a4869a57428fe97780dcf4397d14447b24b67a;p=evergreen%2Fjoelewis.git LP#1946019: copyloc.js change to clear locations on new branch select. Signed-off-by: Steven Callender Signed-off-by: Garry Collum Signed-off-by: Michele Morgan --- diff --git a/Open-ILS/web/js/ui/default/opac/copyloc.js b/Open-ILS/web/js/ui/default/opac/copyloc.js index a799fb56f0..0c55ccdc09 100644 --- a/Open-ILS/web/js/ui/default/opac/copyloc.js +++ b/Open-ILS/web/js/ui/default/opac/copyloc.js @@ -67,6 +67,7 @@ function render_adv_copy_locations_new(locations) { var sel = dojo.byId('adv_copy_location_selector_new'); if(sel) { + dojo.empty(sel); var cgi = new openils.CGI(); // collect any location values from the URL to re-populate the list