[Koha-bugs] [Bug 28854] Add ability to create bundles of items for circulation

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Mar 17 10:57:56 CET 2023


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

--- Comment #513 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
CREATE TABLE `item_bundles` (
  `item` int(11) NOT NULL,

Why didnt we call that itemnumber?
And why not an autoincrement id here too btw?

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


More information about the Koha-bugs mailing list