From 96c877ea56afaf59927859eb63ad4ddd2172d0db Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Thu, 6 Jun 2013 14:01:07 -0400 Subject: [PATCH] Fix Latin-1 encoding that broke doc output asciidoc only expects and can only handle utf-8 encoding :) Signed-off-by: Dan Scott --- docs/opac/my_lists.txt | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/docs/opac/my_lists.txt b/docs/opac/my_lists.txt index db485ca3fe..54bd7209b9 100644 --- a/docs/opac/my_lists.txt +++ b/docs/opac/my_lists.txt @@ -62,17 +62,12 @@ Local Call Number in My Lists ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ As of Evergreen version 2.4, when a title is added to a list in the TPAC, a local call number will be displayed in the list to assist patrons in locating the physical item. Evergreen will look at the following locations to identify the most relevant call number to display in the list: -1) Physical location – the physical library location where the search takes place -2) Preferred library – the Preferred Search Location, which is set in patron OPAC account Search and History Preferences, or the patron’s Home Library -3) Search library – the search library or org unit that is selected in the OPAC search interface +1) Physical location - the physical library location where the search takes place +2) Preferred library - the Preferred Search Location, which is set in patron OPAC account Search and History Preferences, or the patron's Home Library +3) Search library - the search library or org unit that is selected in the OPAC search interface The call number that is displayed will be the most relevant call number to the searcher. If the patron is searching at the library, Evergreen will display a call number from that library location. If the patron is not searching at a library, but is logged in to their OPAC account, Evergreen will display a call number from their Home Library or Preferred Search Location. If the patron is not searching at the library and is not signed in to their OPAC account, then Evergreen will display a call number from the org unit, or library, that they choose to search in the OPAC search interface. The local call number and associated library location will appear in the list: image::media/my_list_call_numbers.JPG[Local Call Number in List] - - - - - -- 2.43.2