From 03a4869a57428fe97780dcf4397d14447b24b67a Mon Sep 17 00:00:00 2001 From: Steven Callender Date: Mon, 4 Oct 2021 13:20:56 -0400 Subject: [PATCH] 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 --- Open-ILS/web/js/ui/default/opac/copyloc.js | 1 + 1 file changed, 1 insertion(+) 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 -- 2.11.0