[Bug 13547] New: Item field 3 (Materials specified) would be useful to see on OPAC
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13547 Bug ID: 13547 Summary: Item field 3 (Materials specified) would be useful to see on OPAC Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: OPAC Assignee: oleonard@myacpl.org Reporter: cbrannon@cdalibrary.org QA Contact: testopia@bugs.koha-community.org The Materials specified (field 3) is show on the staff catalog in each item row in the record view, but not on the patron side. This would be helpful to see on the patron side. As it is now, patrons can see one general description of items in the bib record from field 300e. However, if there were some minor discrepancies between items (fewer discs, no bonus disc), your choices here are to either hope no one cares, or create a separate bib record. With this item field showing, you could list minor material differences. Christopher -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13547 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer@bsz-bw.de --- Comment #1 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- I think it would be good to make this optional and not turn on by default for existing installation as the field might have been used to store informaton that should not be visible for patrons in the OPAC in the past. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13547 --- Comment #2 from Christopher Brannon <cbrannon@cdalibrary.org> --- (In reply to Katrin Fischer from comment #1)
I think it would be good to make this optional and not turn on by default for existing installation as the field might have been used to store informaton that should not be visible for patrons in the OPAC in the past.
Agreed. Christopher -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13547 Paul A. <paul.a@navalmarinearchive.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |paul.a@navalmarinearchive.c | |om --- Comment #3 from Paul A. <paul.a@navalmarinearchive.com> --- Tested sandbox, modded to production 20 June 2015. This allows the use of 952$3 (we use for e.g. v. hb [1384 p., 85 col. plates]) in the OPAC. It is already in staff. /usr/share/koha/opac/htdocs/opac-tmpl/prog/en/modules/opac-detail.tt line 713 insert [% IF itemdata_materials %]<th id="item_materials">Materials specified</th>[% END %] line 739 insert [% IF itemdata_materials %]<td>[% ITEM_RESULT.materials %]</td>[% END %] chown koha:koha, chmod 644 /usr/share/koha/opac/cgi-bin/opac/opac-detail.pl line 513 add 'materials' foreach (qw(ccode enumchron materials copynumber itemnotes uri)) { ^^^^^^^^^ line 561 insert itemdata_materials => $itemfields{materials}, chown koha:koha, chmod 755 -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13547 Indranil Das Gupta <indradg@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|oleonard@myacpl.org |indradg@gmail.com CC| |indradg@gmail.com -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13547 Josef Moravec <josef.moravec@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |josef.moravec@gmail.com -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org