batchRebuildBiblioTables.pl doesn't crash anymore when GetMarcBiblio fails.
[koha.git] / C4 / Reserves.pm
2010-05-14 Paul Poulain(bug #3950) only show on shelf items
2010-03-18 Nahuel ANGELINETTI[followup](bug #4055) fix backport error
2010-03-17 Nahuel ANGELINETTI(bug #4319) allow reserves on waiting items
2010-02-10 Matthias MeusburgerMT2636 : Send a different notification whether an hold...
2010-01-27 Nahuel ANGELINETTI[3.0.x] (bug #4055) backport canbook/itembereserved
2009-12-24 Nahuel ANGELINETTI(bug #3950) continue to rebuild pending reserves
2009-12-24 Nahuel ANGELINETTI(bug #3950) rebuild pendingreserves and fix reserves...
2009-10-06 Henri-Damien LAURENTrouting preveiw was broken
2009-10-01 Nahuel ANGELINETTI[replaceprevious](bug #3678) Fix circulation
2009-09-16 Nahuel ANGELINETTI[3.0.x](bug #3242) send email when hold is placed
2009-09-16 Henri-Damien LAURENTFindgroupreserve update : Factorizing code
2009-09-16 Joe AtzbergerFix POD for GetReservesFromBiblionumber
2009-09-16 Joe AtzbergerCleanup _Findgroupreserve.
2009-09-04 Jesse Weaverbug 2848 [1/2]: Send notifications to patrons when...
2009-09-03 Galen Charltonbug 2522 [2/3]: C4::Reserves support for request targeting
2009-05-26 Ryan Higginsbug 3195 : Item Transfers and Holds disrupted.
2009-05-26 Ryan HigginsRevert "(bug #3025) multiple check-in of a multiple...
2009-05-26 Nahuel ANGELINETTI(bug #3025) multiple check-in of a multiple times reser...
2009-05-26 Galen Charltonfix error introduced in a previous commit
2009-05-26 Joe AtzbergerAddReserve had bogus prepare statement.
2008-10-28 Galen Charltonbug 2519: clear waitingdate if request is moved off...
2008-07-10 Ryan HigginsFurther update to allow notforloan < 0 items to be...
2008-07-10 Ryan HigginsAllow holds to be placed on items with notforloan set...
2008-06-25 Galen Charltonbug 2252: item-level hold not waiting until priority = 0
2008-06-25 Galen Charltonbug 2273: not-for-loan item should not fill hold request
2008-06-20 Galen Charltonbug 1710 and 1739: availability for item-level holds
2008-06-17 Galen Charltonbug 2252 - check correct items for item-specific holds
2008-04-23 Joshua FerraroRevert "2 FixPriority calls were broken. FixPriority...
2008-04-22 Joe Atzberger2 FixPriority calls were broken. FixPriority itself...
2008-03-25 Ryan HigginsAdd print slip to hold confirmation dialog.
2008-03-15 Galen Charltoncreated old_issues and old_reserves tables
2008-01-08 Joe AtzbergerReserves.pm - BEGIN block VERSION and vars related...
2008-01-04 Galen Charltonadd INIT block to import C4::Items
2008-01-03 Galen Charltonitem rework: moved GetItem
2007-12-31 Chris CormackFix for bug 1708
2007-11-12 Chris CormackFix for reserve notes not showing
2007-10-23 Chris CormackFix for bug 1456
2007-10-22 Chris CormackWorking on a fix for bug 1456
2007-10-19 Chris CormackPatch from Galen Charlton, removing $Id$ $Log$ and...
2007-10-08 Paul POULAIN#668 cancel reserve on checkout does not work
2007-10-03 Henri-Damien LAURENTBUG FIXING : Using LEFT JOIN in replacement of implicit...
2007-10-03 Joshua Ferrarochmod 644 on all modules
2007-10-01 Chris CormackFix for a bug in reserves, if a charge was incurred...
2007-09-20 Chris CormackApplying the fix for bug 1416 from paul
2007-08-08 Chris CormackMerge branch 'master' of /home/jmf/repos/koha-rm-root...
2007-08-08 Joshua FerraroMerge branch 'master' of /usr/local/git/koha_base.git/
2007-07-26 toinsreally minor change : POD fixing, indentation & some...
2007-07-12 toinsusing 'our' instead of 'use vars' which is deprecated.
2007-07-12 hdlBug Fixing : Deleting an unused variable
2007-07-12 hdlBug Fixing : Reserves in OPAC or in intranet lead to...
2007-07-09 hdlBug Fixing : reserves in OPAC and intranet.
2007-06-13 toinsremoving warn compilation.
2007-04-24 tipaulBIG COMMIT : cleaning of Reserves.pm. See detail on...
2007-04-24 tipaulmoving dotransfer to Biblio.pm::ModItemTransfer + some...
2007-04-23 tipaulrenaming currenttransfers to transferstoreceive
2007-04-23 tipaulmoving Reserves2.pm to Reserves.pm
2004-03-17 tipaulreplaced by Reserves2
2003-12-22 tipaulsync'ing with rel_2_0 (mostly prepare/execute pb, bug...
2002-10-13 arensbDeleted unused variables.
2002-10-12 arensbAdded some FIXME comments.
2002-10-05 arensbMerged with arensb-context branch: use C4::Context...
2002-08-14 tonnesenAdded copyright statement to all .pl and .pm files
2000-12-19 rangiInitial revision