BUGFIX : highlighting term fixes
[koha.git] / C4 / Circulation.pm
2008-04-10 pauluse HomeOrHoldingBranch to determine if a return is...
2008-04-09 Joe AtzbergerAddRenewal - handle opac-renewal, empty branch arg.
2008-04-08 Joe AtzbergerQuell 7 warnings: "my" variable $irule masks earlier...
2008-04-07 Ryan HigginsAdd a working fines script, some changes to CalcFine...
2008-04-07 paulBUGFIX renewal
2008-03-19 Galen Charltonrefactor C4::Log::logaction
2008-03-15 Galen Charltonfix initiation of transfer on return of non-issued...
2008-03-15 Galen Charltonfix crash when levying a rental charge
2008-03-15 Galen Charltoncheck on max renewals now respects item-level item...
2008-03-15 Galen Charltonremoved warns
2008-03-15 Galen Charltoncreated old_issues and old_reserves tables
2008-03-10 Ryan HigginsAdd Local-use statistical patron category_type
2008-02-29 Ryan HigginsReinstating use of C4::Calendar object on issuing.
2008-02-28 Galen Charltoncirc: fix use of CircControl; staff user branch
2008-02-28 Chris CormackFix for bug 1908
2008-02-20 Ryan HigginsAdding barcode_decode syspref
2008-02-19 Chris CormackFix for renewals not working at circulation
2008-01-24 Chris CormackBug, using branchcode instead of branch
2008-01-20 Paul POULAINmoving a misplaced * to fix a bug in issuingrules
2008-01-20 Chris CormackFixing a bug that meant you had to have totals defined for
2008-01-14 Paul POULAINA book can be renewed if renewalsallowed > to renewals...
2008-01-09 Joe AtzbergerCirculation.pm - cleanup, clarification of HLT-specific...
2008-01-08 Chris CormackChanging CanBookBeRenewed to pass back the reason a...
2008-01-08 Henri-Damien LAURENTBugFix for Circulation
2008-01-08 Joe AtzbergerCirculation.pm - BEGIN block VERSION and vars related...
2008-01-04 Galen CharltonC4::Circulation - ensure that certain modules always...
2008-01-03 Galen Charltonremoved more redundant 'my' causing variable masking...
2008-01-03 Galen Charltonitem rework: replace direct SQL update of items
2008-01-03 Galen Charltonitem rework: moved ModItemInMarc
2008-01-03 Galen Charltonstart of BIB change -- introduce C4::Items
2008-01-01 Chris CormackFix for bug 1711
2007-12-30 Chris CormackFix for item level itypes and toomany subroutine
2007-12-30 Chris CormackFixing a bug with notforloan being checked properly
2007-12-30 Chris CormackFix for bug 1689
2007-12-30 Chris CormackGet biblioitem data in canbookbeissued, we need this...
2007-12-27 Chris CormackFix for 1582, if independent branches is on, you cant...
2007-12-27 Ryan Higginsadding 'exempt fine on return' option.
2007-12-27 Chris CormackFix for 1704, now if autoitemreturns is off you get...
2007-12-24 Joshua FerraroIMPORTANT: BUGFIXING STATUSES
2007-12-23 Galen Charltoncirc: do not crash when 'returning' item that was not...
2007-12-21 Chris CormackFix to update onloan to 0 even if the item isnt out...
2007-12-20 Chris CormackFix for bug 1427
2007-12-18 Galen CharltonMerge git://git.koha.org/pub/scm/koha
2007-12-18 Chris CormackFix so item.renewals is updated by a renewal, and a...
2007-12-17 Chris CormackFix for bug 1648, specifying a due date resulted in...
2007-12-14 Joe AtzbergerCirculation.pm - Bugfix invalid constructor calls to...
2007-12-12 Joe AtzbergerCirculation.pm - remove Date.pm dependency.
2007-12-02 Chris CormackFix for renewing
2007-12-02 Chris CormackFix for bug 1613 making sure the zebraqueue is updated...
2007-11-25 Joshua Ferraroadding back count of remaining renewals to OPAC
2007-11-20 Ryan HigginsAdding calendar widget to circulation/stickyduedate
2007-11-20 Paul POULAINLoan length fixes (default branch is now '*', not '')
2007-11-13 Chris CormackAdding a system preference to choose whether a homebran...
2007-11-13 Chris CormackFixing a bug that was causing a charge to be added...
2007-11-12 Ryan Higginsfurther mods to change from ccode to itype at item...
2007-11-12 Ryan Higginschanges to item-level itype reintroduce items.itype...
2007-11-06 Chris CormackCan check an item out now
2007-11-04 Ryan Higginsfix typos on syspref.
2007-11-04 Ryan Higginsadding item-level itypes: based on systempref: item...
2007-11-04 Ryan Higginsitem-level itemtypes issuingrules require some testing.
2007-11-04 Ryan HigginsSmall change to begin item-level itypes.
2007-10-19 Chris CormackPatch from Galen Charlton, removing $Id$ $Log$ and...
2007-10-19 Henri-Damien LAURENTAdding some more information on issuehistory.
2007-10-13 Paul POULAIN#1485 (issuing rules improvement) continued
2007-10-11 Henri-Damien LAURENTbug fixing : 1459 + fixing a jserror in basket.tmpl
2007-10-11 Paul POULAIN#1485 saving issuingrules
2007-10-09 Paul POULAINAdding dates for display to circulation.pl Minor bug...
2007-10-08 Joshua FerraroRevert "#1485 saving issuingrules"
2007-10-08 Paul POULAIN#1485 saving issuingrules
2007-10-08 Paul POULAIN#668 cancel reserve on checkout does not work
2007-10-06 Paul POULAIN#1459 yadc : Yet Another Date::Calc problem...
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
next