Another little error that was throwing annoying warns
[koha.git] / C4 / Circulation / Circ2.pm
2005-05-14 rangiAnother little error that was throwing annoying warns
2005-05-04 tipaulsynch'ing 2.2 and head
2005-05-03 joshferraroFixes bug 970: renewing book from issues screen.
2005-03-01 tipaulmerging 2.2 branch with head. Sorry for not making...
2005-02-22 joshferrarofix for bug 937
2004-12-15 tipaulfix for :
2004-11-29 oleonardFix to get returns to update "datelastseen" value with...
2004-11-18 tipaulfix for bug 858 (no warning when issuing a reserved...
2004-11-08 tipaulremoving useless warn & renaming a sub that can probabl...
2004-09-15 tipaulbugfix for manually fixed duedate on issue.
2004-09-15 tipaulfixing bugs in issue renewal
2004-09-14 tipaulfix for circulation rules test : the default branch...
2004-08-18 tipaulfixes in circulation module
2004-06-29 doxultingDebugged issuing rules n01
2004-06-17 tipaulbugfixes in circulation
2004-05-24 doxultingThis time we only check books that borrowers still...
2004-05-24 doxultingPremier commit JB34. Verification du nombre maximum...
2004-05-04 tipaulcontinuing code cleaning & reordering
2004-05-03 tipaulPOD documenting & some improvements
2004-05-03 tipaulCIRCULATION : the big rewrite...
2004-05-03 tipaulCIRCULATION : the big rewrite...
2004-04-02 tipaulrenaming items.bulk field to items.itemcallnumber.
2004-03-24 joshferraroFixes Bug 763 (Location will not change) replaced:
2004-03-06 rangiGot rid of the last error message -1 bug
2004-02-12 tipaulnew feature : stocktaking/inventory.
2004-02-11 tipaulsynch'ing 2.0.0 branch and head
2003-12-19 tipaulfix for #318
2003-12-11 tipaulfixing compilation bugs
2003-12-08 slefDBI call fixes for bug 662
2003-11-04 rangiFix for bug 535, and adding the classification column...
2003-09-03 rangiFix for bug 562
2003-08-04 rangiAnother attempted fix for issuing bug, can NPL test...
2003-07-24 rangiFix for bug 293
2003-06-20 plugzFIX: Incorrect parameters given to function Stats:...
2003-06-05 tipaulremoving searchborrower from circ2.pm.
2003-05-08 wolfpac444Added "noissuescharge" parameter
2003-05-05 tipaulfix : when a book is taken and marked "not returned...
2003-05-05 tipaulmissing "
2003-05-05 tipaulfix for 191, code reindenting & some query improvment
2003-04-29 tipaul*** empty log message ***
2003-04-11 tipaul*** empty log message ***
2003-03-10 tipaul*** empty log message ***
2003-02-05 acliChanged the 3 "this does nothing" lines to set the...
2003-02-05 acliImplemented fixes for bug 170
2002-10-24 tonnesenRemoving ReserveWaiting call pending further discussion...
2002-10-24 tonnesenMerging changes from rel-1-2 into trunk (circulation...
2002-10-13 arensbReplaced expressions of the form "$x = $x <op> $y"...
2002-10-13 arensbAdded magic RCS string.
2002-10-11 arensbRemoved bogus unused variables at the top.
2002-10-11 arensbCleaned things up a bit.
2002-10-10 arensbAdded whitespace to make the POD work.
2002-10-09 arensbAdded POD.
2002-10-07 arensbRemoved unnecessary "use" line.
2002-10-05 arensbReplaced several prepare()/execute()/finish() sequences...
2002-10-05 arensbMerged with arensb-context branch: use C4::Context...
2002-10-01 arensbAdded some FIXME comments, mostly marking duplicate...
2002-09-14 rangifixes for the ordering of the issues table in issues...
2002-09-05 finlaytchanged the way Waiting items are transfered from retur...
2002-08-21 finlaytminor changes to comments etc....
2002-08-15 finlaytAdded some red color here into the message that appears...
2002-08-14 tonnesenAdded copyright statement to all .pl and .pm files
2002-08-14 finlaytadded a check in the returnbook subroutine that checks...
2002-07-02 rangiFixed so datelastseen is updated on the item record...
2002-06-20 tonnesenMerged changes from rel-1-2 branch version 1.21.2.1...
2002-06-13 rangiFix to get list of overdue items showing correctly
2002-06-06 finlaytChanged the issuebook routine to use the new methods...
2002-05-29 finlaytChanged the returnbook method to use CheckReserves...
2002-05-29 finlaytSome small changes in transferbook: uses the new Reserv...
2002-05-06 finlaytRemoved the "Item has been transfered" message from...
2002-05-06 finlaytChanged the error message from: There is no book with...
2002-05-02 finlaytmoredetail.pl presents circulation information taken...
2002-03-13 finlaytAdded a transferbook subroutine that is called from...
2001-11-25 rangiFixing reserve handling.
2001-10-10 tonnesenTypo in printf format string was causing all issues...
2001-05-09 rangiChanged the way a lost book being returned is handled.
2001-05-02 tonnesenAdded an overdue variable to the itemdata returned...
2001-05-02 rangiFixed the code that adds a credit or wipes a lost book...
2001-04-03 rangiMaking a change to the way charges are handled, the...
2001-03-28 rangiReworked layout of issues section.
2001-02-18 rangiLittle fix to the returnbook routine so the correct...
2001-02-14 rangiMade some changes to checkreserve and find_reserves...
2001-02-05 tonnesenAdded a couple of missing $dbh->disconnect lines that...
2001-02-01 rangiAttempting to get issues slip to print when borrower...
2001-01-31 rangiFixed a little bug in getiteminformation, it wasnt...
2001-01-31 tonnesenReturn itemlist array, and itemlisttext (text version...
2001-01-26 tonnesenReturns module lists recently returned items, cookies...
2001-01-25 tonnesenRefined Returns module.
2001-01-23 tonnesenChanges to web circulation module: rudimentary returns...
2001-01-23 tonnesenFixed a bug in issuing reserved books. Was calling...
2001-01-22 tonnesenStarted work on a web-based circulation interface.
2001-01-17 tonnesenAdded support for showing patron flags in the issues...
2001-01-15 tonnesenAPI for circulation modules