import of the authorized values fails on the step 3 of the web-installation (ru-RU)
[koha.git] / C4 / Reserves.pm
2009-05-08 Ryan Higginsbug 3195 : Item Transfers and Holds disrupted.
2009-05-08 Ryan HigginsRevert "(bug #3025) multiple check-in of a multiple...
2009-03-11 Galen Charltonfix error introduced in a previous commit
2009-03-11 Nahuel ANGELINETTI(bug #3025) multiple check-in of a multiple times reser...
2009-03-06 Joe AtzbergerAddReserve had bogus prepare statement.
2009-01-16 Jesse WeaverAdd holds policies
2008-12-08 Jesse Weaverbug 2848 [1/2]: Send notifications to patrons when...
2008-08-18 Galen Charltonbug 2522 [2/3]: C4::Reserves support for request targeting
2008-08-18 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