[Bug 4239] New: Allow holds on multiple items of selected titles
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4239 Summary: Allow holds on multiple items of selected titles Product: Koha Version: rel_3_0 Platform: PC OS/Version: Windows 2000 Status: ASSIGNED Severity: enhancement Priority: P5 Component: Hold requests AssignedTo: kohaprogrammers@ptfs.com ReportedBy: jwagner@ptfs.com Estimated Hours: 0.0 Change sponsored?: Sponsored Created an attachment (id=1658) --> (http://bugs.koha.org/cgi-bin/bugzilla3/attachment.cgi?id=1658) Screen shot of syspref setup Sponsored by Middletown Township Public Library, Middletown, NJ, USA. The library wants to allow users to place holds on more than one item belonging to a particular title in certain cases, such as a serial title or a multi-volume DVD. This enhancement creates a syspref (AllowMultipleHoldsPerBib) which takes as input a string (in quotes) of item type codes. Any item type in this list will allow multiple items to be placed on hold. There is no difference in the hold placement procedure itself, but the system will not bring up the "you already have a hold on this item" block. -- 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.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4239 Jane Wagner <jwagner@ptfs.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jwagner@ptfs.com -- 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.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4239 Sharon Moreland <smoreland@nekls.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |smoreland@nekls.org -- 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.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4239 tipaul <paul.poulain@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |paul.poulain@biblibre.com -- 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.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4239 J. David Bavousett <dbavousett@ptfs.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dbavousett@ptfs.com Priority|P5 |PATCH-Sent --- Comment #1 from J. David Bavousett <dbavousett@ptfs.com> 2010-04-21 14:24:36 --- Branch Bug4239 on git://github.com/ptfs/Koha-PTFS.git has most everything you should need to allow multiple holds per bib on selected item type values. Mandatory SQL is in the commit message; we have this running against an older version of HEAD; I did a quick update to HEAD, but C4::Reserves has moved a bit since then, so there may be a few tweaks needed to get this feature fully happy. -- 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.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4239 --- Comment #2 from tipaul <paul.poulain@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.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4239 --- Comment #3 from tipaul <paul.poulain@biblibre.com> 2010-04-24 20:54:35 --- a lot of warn (without $DEBUG) are remaining on the patch -- 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.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4239 --- Comment #4 from tipaul <paul.poulain@biblibre.com> 2010-04-24 21:07:17 --- seems the patch work only is you have item-level-itype set to NO : if ( $biblioLoopIter{already_reserved} && !CanHoldMultipleItems($biblioLoopIter{itemtype}) ) { (line 461 of opac-reserves.pl) biblioLoopIter checks only the biblio level if I read correctly -- 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.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4239 --- Comment #5 from tipaul <paul.poulain@biblibre.com> 2010-04-24 21:42:31 --- Created an attachment (id=1825) --> (http://bugs.koha.org/cgi-bin/bugzilla3/attachment.cgi?id=1825) enable multiple hold working with item-level_itype=ON -- 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.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4239 --- Comment #6 from Jane Wagner <jwagner@ptfs.com> 2010-05-12 13:55:55 --- The fix for this bug (in ptfs-harley) can also be pulled from the public git repository at http://github.com/Koha-PTFS, branch Bug4239 -- 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.
participants (1)
-
bugzilla-daemon@kohaorg.ec2.liblime.com