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

Hayley Mapley <[email protected]> changed:

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

--- Comment #6 from Hayley Mapley <[email protected]> ---
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to