From: Dan Scott Date: Wed, 15 Apr 2015 16:48:47 +0000 (-0400) Subject: Thinkos in Living with Lakes / Faculty Authors X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=7b1370d39e25ed68c1763dd50f31b91e4364d1cd;p=contrib%2FConifer.git Thinkos in Living with Lakes / Faculty Authors Signed-off-by: Dan Scott --- diff --git a/Open-ILS/src/templates/cat/moveto/faculty_authors.tt2 b/Open-ILS/src/templates/cat/moveto/faculty_authors.tt2 index bb104233fa..d6a767de13 100644 --- a/Open-ILS/src/templates/cat/moveto/faculty_authors.tt2 +++ b/Open-ILS/src/templates/cat/moveto/faculty_authors.tt2 @@ -1,6 +1,6 @@ [% ctx.page_title = 'Move item to Faculty Authors collection' %] [% WRAPPER base.tt2 %] - + -

Move item to Living with Lakes Centre

+

[% ctx.page_title %]

diff --git a/Open-ILS/web/js/ui/default/cat/moveto/faculty_authors.js b/Open-ILS/web/js/ui/default/cat/moveto/faculty_authors.js index e30442448d..f4128c11c2 100644 --- a/Open-ILS/web/js/ui/default/cat/moveto/faculty_authors.js +++ b/Open-ILS/web/js/ui/default/cat/moveto/faculty_authors.js @@ -63,6 +63,7 @@ function moveCopy(barcode) { copy.ischanged(true); pcrud.update(copy); + volume = pcrudReader.retrieve("acn", copy.call_number()); record = pcrudReader.retrieve("bre", volume.record()); dojo.place("
" + copy.barcode() + "
", 'resultsDiv', 'only'); dojo.place("
" + volume.label() + "
", 'resultsDiv', 'last'); diff --git a/Open-ILS/web/js/ui/default/cat/moveto/live_lakes.js b/Open-ILS/web/js/ui/default/cat/moveto/live_lakes.js index c641ac00a1..436d529b35 100644 --- a/Open-ILS/web/js/ui/default/cat/moveto/live_lakes.js +++ b/Open-ILS/web/js/ui/default/cat/moveto/live_lakes.js @@ -63,6 +63,7 @@ function moveCopy(barcode) { copy.ischanged(true); pcrud.update(copy); + volume = pcrudReader.retrieve("acn", copy.call_number()); record = pcrudReader.retrieve("bre", volume.record()); dojo.place("
" + copy.barcode() + "
", 'resultsDiv', 'only'); dojo.place("
" + volume.label() + "
", 'resultsDiv', 'last');