Re: [Koha] 362 and 310 Fields not displaying

2014-03-17 Thread Elaine Bradtke
Or, I could bypass the 362 altogether and put this information in the 866 where it actually displays in Koha with the text "Holdings note:" Much more sensible. On Thu, Mar 13, 2014 at 6:24 AM, Kallinen Pasi wrote: > > Unfortunately just editing the bib frameworks won't do anything. For the > No

Re: [Koha] 362 and 310 Fields not displaying

2014-03-17 Thread Elaine Bradtke
It seems to me, several versions back, I changed the display on some of the other unusual fields we use without having to edit the XSL templates (maybe they weren't as odd as I thought they were). It would be nice (as the librarian half of the team) to be able to change this sort of thing without

Re: [Koha] 362 and 310 Fields not displaying

2014-03-12 Thread Bob Birchall
On 13/03/14 17:24, Kallinen Pasi wrote: You could also copy the MARC21slim2intranetDetails.xsl somewhere on the server, make the syspref XSLTDetailsDisplay point to it, and edit that copy instead. In fact you should do that, or your changes may be overwritten by an upgrade. Rename when you c

Re: [Koha] 362 and 310 Fields not displaying

2014-03-12 Thread Kallinen Pasi
Unfortunately just editing the bib frameworks won't do anything. For the Normal, ISBD, and OPAC views, the MARC is processed with XSL templates, and if the templates don't do anything to fields 310 and 362, then those fields will not show up. (This is the case with the default XSL files that co