Bug 3928: Modified date should follow syspref
[koha.git] / C4 / Overdues.pm
2010-04-23 Galen CharltonMerge branch 'bug2505_patches' of git://git.catalyst...
2010-04-21 Donovan JonesBug 2505 - Add commented use warnings where missing...
2010-03-17 Lars WirzeniusFix FSF address in directory C4/
2010-01-27 Galen CharltonMerge commit 'pianohacker-koha/prefs-submit' into master
2009-12-02 Galen CharltonMerge commit 'koha-biblibre/master' into bl-acq
2009-11-10 Paul Poulainfixing overdue checking (today is not late)
2009-09-30 Galen CharltonMerge commit 'origin/master' into bl-sopac
2009-09-15 Michael Hafeninclude grace period when calculating overdue fine
2009-07-22 Joe AtzbergerGive Overdues a few whacks with perltidy
2009-06-24 Joe Atzbergercheckoverdues should not require $dbh
2009-03-06 Joe AtzbergerBranchoverdues circ report reworking.
2009-02-12 Nahuel ANGELINETTI(bug #2957) import Date_to_Days
2008-08-30 Joe AtzbergerFines fixes: apparent problems with fines prevent proce...
2008-08-13 Andrew MooreBug 2400 [9/18]: fixing pod syntax in C4/Overdues.pm
2008-08-10 Ryan HigginsUpdate fines cronjob: remove redundant scripts, remove...
2008-08-06 Paul POULAINpartial fix for #2471, (overdue notice sent twice)
2008-07-25 Ryan HigginsUpdate CalcFine to obey maxFine systempreference.
2008-07-10 Andrew MooreBug 2274 [3/5]: consolidating overdue notice cronjobs...
2008-06-20 Andrew MooreBug 2176 (3/5): adding methods to manage message_queue...
2008-05-29 Joe AtzbergerFines repair. Make fines2.pl work, give feedback, impro...
2008-05-12 Ryan Higginsfix error on lastincrement.
2008-05-12 Ryan HigginsC4::Circulation::FixOverduesOnReturn now handles dropbo...
2008-05-12 Ryan HigginsAlter Overdues::CalcFine to use Dates objects.
2008-04-08 Ryan HigginsFix calls to CalcFine, and make fines obey CircControl...
2008-04-07 Ryan HigginsAdd a working fines script, some changes to CalcFine...
2008-03-19 Galen Charltonrefactor C4::Log::logaction
2008-03-15 Galen Charltoncreated old_issues and old_reserves tables
2008-02-27 Chris NighswongerBUGFIX Critical: Correcting misspelling of C4:Context...
2008-01-08 Joe AtzbergerOverdues.pm - fix typo ("Context" not "context")
2008-01-08 Joe AtzbergerOverdues.pm - BEGIN block VERSION and vars related...
2008-01-07 Chris CormackFix for bug 1730 fixing display for pay.pl
2007-11-12 Ryan Higginsfurther mods to change from ccode to itype at item...
2007-11-08 Ryan Higginsfix typos on syspref
2007-11-08 Ryan Higginsfurther item-level itype changes
2007-10-19 Chris CormackPatch from Galen Charlton, removing $Id$ $Log$ and...
2007-10-18 Paul POULAINfines management (bugfixes & minor improvement)
2007-10-03 Henri-Damien LAURENTBUG FIXING : Using LEFT JOIN in replacement of implicit...
2007-07-02 tipaulminor code rewritte
2007-04-18 tipaulremoving all useless %env / $env
2007-04-18 tipaulremoving "department" and replacing by items.location
2007-04-05 hdlAdding Circulation and Overdues modules