[Koha-bugs] [Bug 14237] allow bibs to be added to course without items

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jan 15 00:58:02 CET 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14237

Hayley Mapley <hayleymapley at catalyst.net.nz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |In Discussion

--- Comment #6 from Hayley Mapley <hayleymapley at catalyst.net.nz> ---
Hi devs,

I've done a bit of surface work on this bug, and now need to decide how we want
to store record-level course items for lookup.

Some options are:
- We add a flag to the course_items table (for example a biblionumber column),
but I think we would need to allow itemnumber to be NULL, which is not allowed
at the moment.
- We create a new table called course_biblios and keep the data stored
separate.

If you'd like to see where this would be used you can look at line 70 of
course_reserves/add_items.pl where there is a check for if $action is lookup
and there is an item, where I'd like to add an elsif $action is lookup and
there is a biblio instead of an item.

Any thoughts or advice appreciated!

Cheers,
Hayley

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


More information about the Koha-bugs mailing list