http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7718
M. de Rooy <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #14 from M. de Rooy <[email protected]> --- (In reply to comment #3) > Yes, serials:items is a 1:many relationship. It seems to me that the correct > solution here is not to populate serial.itemnumber, but rather to remove it > so that no one thinks that they should be using it. Jared: Could you tell me how I can create more than one item for one serial record? It just looks like a 1:1 relationship. Note that the table name serial is somewhat misleading. It actually is some kind of "subscription item". The relation between calling AddItem2Serial and NewIssue is not very clear in the current Koha code. If this is just 1:1, it would not have been a bad idea to remove the serialitems table? If it is not, I am even more interested.. Thanks. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
