Merged with arensb-context branch: use C4::Context->dbh instead of
[koha.git] / C4 / Circulation / Circ2.pm
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