[Bug 7611] New: Show the NOT_LOAN authorised values for item status in XSLT OPAC search results.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7611 Bug #: 7611 Summary: Show the NOT_LOAN authorised values for item status in XSLT OPAC search results. Classification: Unclassified Change sponsored?: --- Product: Koha Version: rel_3_6 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P5 - low Component: OPAC AssignedTo: oleonard@myacpl.org ReportedBy: fcapovilla@live.ca QAContact: koha.sekjal@gmail.com Created attachment 7905 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=7905 XSLT Results template improvement : Use the NOT_LOAN authorised values Improvement : Use the NOT_LOAN authorised values when showing items status in the OPAC search results. Before this patch, these items were only considered as "unavailable". Note : This patch only affects the OPAC XSLT search results template for MARC21 records. This patch was not tested on UNIMARC or NORMARC records. I won't be able to support these formats, so I'm hoping someone could do the same for these other record formats. Patch attached. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7611 Frédérick Capovilla <fcapovilla@live.ca> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Change sponsored?|--- |Sponsored AssignedTo|oleonard@myacpl.org |fcapovilla@live.ca --- Comment #1 from Frédérick Capovilla <fcapovilla@live.ca> 2012-02-27 16:55:07 UTC --- Patch sponsored by the CCSR ( http://www.ccsr.qc.ca ) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7611 Frédérick Capovilla <fcapovilla@live.ca> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #7905|0 |1 is obsolete| | --- Comment #2 from Frédérick Capovilla <fcapovilla@live.ca> 2012-02-27 16:59:46 UTC --- Created attachment 7906 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=7906 XSLT Results template improvement : Use the NOT_LOAN authorised values (Corrected patch) I noticed I forgot to check $hidelostitems in my new code. New patch attached -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7611 Frédérick Capovilla <fcapovilla@live.ca> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #7906|0 |1 is obsolete| | --- Comment #3 from Frédérick Capovilla <fcapovilla@live.ca> 2012-02-27 18:19:30 UTC --- Created attachment 7907 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=7907 New version of the initial patch New version of the patch. Sorry for the inconvenience. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7611 Magnus Enger <magnus@enger.priv.no> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff CC| |magnus@enger.priv.no --- Comment #4 from Magnus Enger <magnus@enger.priv.no> 2012-02-28 10:22:16 UTC --- I have made a note to look at this for NORMARC some time, but not sure when i can get around to doing it. Setting status to Needs Signoff, since there is a patch. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7611 --- Comment #5 from Owen Leonard <oleonard@myacpl.org> --- I like this change because it better accommodates use of "not for loan" in cases where the item is available. I'm comparing the before and after: Before: Copies available for loan: Nelsonville [E Minarik] (1). Copies available for reference: Athens [E Minarik] (2). Lost (1). Damaged (1). After: Copies available for loan: Nelsonville [E Minarik] (1). Staff collection (1). Not for loan (1). Damaged (1). Lost (1). What the new version lacks, I think, is output of the call number for "not for loan" items. If we consider these items available in some sense of the term (in library-use, reference, etc), shouldn't we show the call number as in the "before" view? -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7611 Marijana Glavica <mglavica@ffzg.hr> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |In Discussion CC| |mglavica@ffzg.hr --- Comment #6 from Marijana Glavica <mglavica@ffzg.hr> --- Except not showing call numbers, as Owen noted, there are few more things I noticed until now, so here are my examples: Before: Availability: Copies available for loan: Gimnazija Požega [456] (1), Knjižnica FFZG [678] (1). Copies available for reference: Knjižnica FFZG [R-123] (2). Damaged (1). After: Availability: Copies available for loan: Gimnazija Požega [456] (1), Knjižnica FFZG [678] (1). Damaged (1). Not for loan (1). Staff Collection (1). So, everything is now in one line. I don't agree that this is nicer, because now we have "not for loan" items under "Copies available for loan" label. The solution would be to change label only to "Available" or "Available for use" or something. This is tiny change to make, but there is another problem. In my second example I have situation like this: Before: Availability: Copies available for reference: Knjižnica FFZG [not for loan] (1). After: Availability: No copies available Not for loan (1). So, in my first example i have "not for loan" items under "Copies available for loan", but in my second example with just one item for biblio, this label disappears. In our library, items marked with "not for loan" status are available, but they can be used only in library, so the label "copies available for reference" was telling our users exactly that. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7611 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|In Discussion |Failed QA -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org