BugFixing : 3306
[koha.git] / C4 / Circulation.pm
2009-10-07 Henri-Damien LAURENTBugFixing : 3306
2009-10-01 Nahuel ANGELINETTI[replaceprevious](bug #3678) Fix circulation
2009-09-21 Henri-Damien LAURENTFollowup C4::Circulation.pm previous commit
2009-09-21 Henri-Damien LAURENTWrong update in UpdateHoldingBranch
2009-09-21 Henri-Damien LAURENTFixing AddReturn Bad Merge
2009-09-16 Henri-Damien LAURENTSquashing Merge Fix and followup: renamed _GetCirculati...
2009-09-16 Henri-Damien LAURENT[replaceprevious](bug #3562) fix returning document...
2009-09-16 Chris CormackFixing syntax error in C4/Circulation.pm
2009-09-16 Ryan HigginsBug 2770 follwup : force AddRenewal obey circControl...
2009-09-16 Galen Charltonfollowup to AddReturn patch - fix test
2009-09-16 Ryan HigginsBug 2770 follwup : force AddRenewal obey circControl...
2009-09-16 Joe AtzbergerReturns reworking to handle empty GetItemIssue
2009-09-16 Galen Charltonbug 2893: extend conditions handled by AllowNotForLoanO...
2009-09-16 Nahuel ANGELINETTI(bug #3432) fix return of lost items
2009-09-16 Nahuel ANGELINETTI(bug #3409) fix return rules for transfert
2009-09-16 Joe AtzbergerCorrect GetItemIssue to actually return undef if item...
2009-09-16 Mason Jamesfix for bug-2923, corrects renew status in SCO
2009-09-04 Joe Atzberger (siptestBugs 2541 and 2587 - AddIssue must return date object...
2009-09-03 Galen Charltonbug 2582 [1/2]: don't set issuedate during renewal
2009-06-08 Galen Charltonbug 3299: fix setting renewal due date explicitly
2009-05-26 Galen Charltonexcised hard-coded reference to HLT
2009-05-26 Galen Charltonfix to CanBookBeIssued()
2009-05-26 Paul Poulainfix for #988
2009-05-26 Michael HafenTweak ceilingDueDate and CalcDateDue
2009-05-26 Nahuel ANGELINETTI(bug #2750) Cannot return to another branch if the...
2009-05-26 Nahuel ANGELINETTI(bug #2750) Cannot return to another branch if the...
2009-05-26 Mason JamesBUG-3160: fixes 'itemlost' check on item return.
2009-05-26 Galen Charltonbug 3049: display correct due date of renewed loans
2009-03-06 Nahuel Angelinettifix the previous patch to add a syspref that permit...
2009-03-06 Nahuel Angelinettichange the date calc, to set the date_due to date_due...
2009-03-06 Nahuel ANGELINETTI(bug #2929) permit to define "fine days" in issuing...
2009-02-02 Henri-Damien LAURENTAdding System Preference AllowNotForLoanOverride
2009-01-27 Nahuel ANGELINETTI(bug #2893) Allow loan forcing if a syspref is set
2009-01-27 Joe Atzbergerbarcodedecode() did not always return barcode
2009-01-27 Joe Atzberger (siptestAllow AddIssue to log SIP transactions distinct from...
2008-12-10 Galen Charltonbug 2758: don't confirm checkout if fine balance is 0
2008-11-24 Henri-Damien LAURENT[bug #2750] Cannot return to another branch if the...
2008-11-24 Henri-Damien LAURENTAllow renewal limits to be overridden
2008-11-24 Joe Atzberger (siptestBugs 2541 and 2587 - AddIssue must return date object...
2008-11-12 Joe Atzberger (siptestFully qualify function call.
2008-11-04 Galen Charltonbug 2582 [1/2]: don't set issuedate during renewal
2008-11-04 Andrew Moorebug 2503: adding dates to some C4:Circulation methods...
2008-10-28 Galen Charltonbug 2518: remove useless patron and branch lookups
2008-10-28 Galen Charltonbug 2552: correct issue history display
2008-10-28 Andrew Moorebug 2503: documentation improvements in C4::Circulation
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
next