[Koha-bugs] [Bug 4239] Allow holds on multiple items of selected titles

bugzilla-daemon at kohaorg.ec2.liblime.com bugzilla-daemon at kohaorg.ec2.liblime.com
Sat Apr 24 22:21:54 CEST 2010


http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4239





--- Comment #2 from tipaul <paul.poulain at biblibre.com>  2010-04-24 20:21:53 ---
there is a small bug in the SQL description : 
it's written :
    ALTER TABLE `old reserves` ADD COLUMN `reservenumber` int(11) NOT NULL;
where the correct SQL is :
    ALTER TABLE `old_reserves` ADD COLUMN `reservenumber` int(11) NOT NULL;
("old_reserves" vs "old reserves")


-- 
Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the Koha-bugs mailing list