bug 2893: extend conditions handled by AllowNotForLoanOverride
[koha.git] / C4 / Circulation.pm
2009-06-19 Galen Charltonbug 2893: extend conditions handled by AllowNotForLoanO...
2009-06-07 Galen Charltonbug 3299: fix setting renewal due date explicitly
2009-05-28 Paul Poulainfix for 2997 : superlibrarian's ability to edit item...
2009-05-11 Galen Charltonexcised hard-coded reference to HLT
2009-05-11 Galen Charltonfix to CanBookBeIssued()
2009-05-11 Nahuel Angelinettifix the previous patch to add a syspref that permit...
2009-05-11 Nahuel Angelinettichange the date calc, to set the date_due to date_due...
2009-05-11 Paul Poulainfix for #988
2009-05-11 Michael HafenTweak ceilingDueDate and CalcDateDue
2009-05-01 Ryan HigginsBug 3179: Typo in C4::Circulation function call causes...
2009-04-28 Nahuel ANGELINETTI(bug #2750) Cannot return to another branch if the...
2009-04-27 Nahuel ANGELINETTI(bug #2893) Allow loan forcing if a syspref is set
2009-04-25 Mason JamesBUG-3160: fixes 'itemlost' check on item return.
2009-04-24 Michael HafenNew feature ceiling Due Date.
2009-04-08 Galen Charltonbug 3049: display correct due date of renewed loans
2009-03-06 kohaThis patch allows the Branch Transfer Limits feature...
2009-03-04 Mason Jamesfix for bug-2923, corrects renew status in SCO
2009-02-04 John Beppubug 341: Use the Right Branch
2009-02-04 John Beppubug 324: Setting to_address
2009-02-04 John BeppuPerl Modules
2009-02-04 John BeppuSending Circulation Alerts part 1
2009-01-16 Jesse WeaverAdd holds policies
2009-01-05 Joe Atzbergerbarcodedecode() did not always return barcode
2009-01-05 Joe Atzberger (siptestAllow AddIssue to log SIP transactions distinct from...
2008-12-17 Kyle HallAdded 'Branch Transfer Limits' Feature requested by...
2008-12-02 Galen Charltonbug 2758: don't confirm checkout if fine balance is 0
2008-10-23 Galen Charltonfollowup 1 to to renewal limit override
2008-10-23 Michael HafenAllow renewal limits to be overridden
2008-10-13 Joe Atzberger (siptestFully qualify function call.
2008-09-11 Joe Atzberger (siptestBugs 2541 and 2587 - AddIssue must return date object...
2008-09-05 Galen Charltonbug 2582 [1/2]: don't set issuedate during renewal
2008-08-27 Galen Charltonbug 2552: correct issue history display
2008-08-20 Andrew Moorebug 2503: removing Force* subs and replacing them with...
2008-08-20 Andrew Moorebug 2503: adding dates to some C4:Circulation methods...
2008-08-20 Andrew Moorebug 2503: documentation improvements in C4::Circulation
2008-08-20 Kyle HallIntegrated version of the Koha Offline Circulation...
2008-08-18 Galen Charltonbug 2518: remove useless patron and branch lookups
2008-07-16 Jesse Weaverfix for bug 1551: Renewing doesn't move item...
2008-06-25 Joe Atzberger (siptestBugfix Circulation, Expand ILS::Patron mapping.
2008-06-25 Galen Charltonclean up old-style calls to GetMemberDetails
2008-06-20 Joshua Ferrarofix for bug 1961: sprintf value needed in C4/Circulation.pm
2008-06-20 Andrew MooreBug 2176 (3/5): adding methods to manage message_queue...
2008-06-20 Galen Charltonbug 2000 - changes to TooMany()
2008-06-20 Galen Charltonbug 2000 - add C4::Circulation::GetBranchBorrowerCircRule
2008-06-20 Galen Charltonbug 2000 - fix order of issuingrule lookup
2008-06-01 Joe AtzbergerFIXME added to note discrepancy.
2008-05-30 Paul POULAINBUGFIX issuingrules : total for all itemtype was not...
2008-05-29 Joe AtzbergerCorrect number of args to getnextacctno.
2008-05-27 Ryan HigginsFill statistics table properly for renewals; and issue...
2008-05-12 Ryan HigginsC4::Circulation::FixOverduesOnReturn now handles dropbo...
2008-05-12 Ryan HigginsMake dropbox mode obey Calendar module according to...
2008-05-11 Ryan HigginsAlter itemBarcodeInputFilter T-Prefix.
2008-04-22 Ryan HigginsAdd dropbox mode to return.pl. Small API change to...
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.
next