BUG FIXING : Using LEFT JOIN in replacement of implicit inner joins. WARN NOT FULLY...
[koha.git] / C4 / Circulation.pm
2007-10-03 Henri-Damien LAURENTBUG FIXING : Using LEFT JOIN in replacement of implicit...
2007-10-03 Joshua Ferrarochmod 644 on all modules
2007-09-18 Paul POULAINBUGFIX : no need to load a package twice
2007-09-18 Paul POULAINBUGFIX : ModReserveStatus can't be found if you don...
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-25 btoumiadd control of 'return date' if it 's a special or...
2007-07-12 toinsusing 'our' instead of 'use vars' which is deprecated.
2007-07-01 rangiMaking transferbook update the last seen date of the...
2007-05-30 tipaulBugFixing CanBookBeRenewed was too strict. If a book...
2007-05-23 tipaulvarious bugfixes (minor) and french translation updated
2007-05-22 tipaulBugfixes & improvements (various and minor) :
2007-05-18 btoumibug fix: add call of two function from Date::calc
2007-05-11 btoumiadd security for the item barcode
2007-05-10 btoumiadd control of 'return date' if it 's a special or...
2007-04-25 hdlDeleting Sub GetBorrowerIssues.
2007-04-25 hdlGetBorrowerIssues is deleted from C4::Circulation
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
2007-04-23 tipaulreintroducing fixaccountforlostandreturned as requested...
2007-04-23 hdlCode Cleaning Members.
2007-04-18 tipaulremoving all useless %env / $env
2007-04-17 tipaulcirculation cleaning continued: working on branchtransf...
2007-04-17 tipaulcirculation cleaning continued: bufixing
2007-04-05 hdlAdding Circulation and Overdues modules
2004-03-04 tipaulunsued package. beginning code cleaning
2003-12-03 slefDBI fixes as part of bug 662
2002-10-13 arensbDeleted unused variables.
2002-10-13 arensbAdded some FIXME comments.
2002-10-11 arensbAdded FIXME comment. This file is obsolete, right?
2002-10-05 arensbMerged with arensb-context branch: use C4::Context...
2002-10-01 arensbAdded some FIXME comments, mostly marking duplicate...
2002-08-14 tonnesenAdded copyright statement to all .pl and .pm files
2002-06-20 tonnesenMost of these merges are just removing unused parts...
2000-12-19 rangiInitial revision