[Koha-bugs] [Bug 9778] display and change easily OPAC visibility status in staff interface

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Sep 18 14:54:01 CEST 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9778

--- Comment #3 from Fridolyn SOMERS <fridolyn.somers at biblibre.com> ---
(In reply to mathieu saby from comment #2)
> I am trying to work on that, but I don't know how to fill the new column in
> biblio : I need to get the fied used by Zebra. 
If a new column is created, for example : biblioitems.opacvisibility.
If the field indexed in OpacSuppress is 942$n for example.
Define a Koha to MARC mapping between 942$n and biblioitems.opacvisibility.
In this case, the database column will be filled on record creation/edition.
In GetBiblioOPACVisibility, simply read the field opacvisibility.
In ModBiblioOPACVisibility, get the field/subfields form framework definition
and use it to edit the MARC record (database column will be edited
automatically).

This would be great.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list