Bug 18276: Remove GetBiblioFromItemNumber - Easy ones
[koha-equinox.git] / C4 / Circulation.pm
2017-07-10 Jonathan DruartBug 18276: Remove GetBiblioFromItemNumber - Easy ones
2017-07-10 Jonathan DruartBug 17680: Fix conflict with bug 18651
2017-07-10 Jonathan DruartBug 17680: Fix regression - is_overdue must be called
2017-07-10 Jonathan DruartBug 17680: C4::Circulation - Remove GetItemIssue, compl...
2017-07-10 Jonathan DruartBug 17680: C4::Circulation - Remove GetItemIssue
2017-07-10 Jonathan DruartBug 17680: C4::Circulation - Remove GetItemIssue, simpl...
2017-06-21 Jonathan DruartBug 18651: Do no LOCK/UNLOCK the table
2017-06-20 Marcel de RooyBug 18651: [QA Follow-up] Fix the MAX(issue_id) calculation
2017-06-20 Marcel de RooyBug 18651: [QA Follow-up] Remove unused variable
2017-06-20 Jonathan DruartBug 18651: Limit the life span of the LOCK
2017-06-20 Jonathan DruartBug 18651: Use a READ and WRITE LOCK
2017-06-20 Jonathan DruartBug 18651: Copy the row before modify the id
2017-06-20 Jonathan DruartBug 18651: Update accountlines.issue_id is the issue_id...
2017-06-20 Jonathan DruartBug 18651: Do not charge if the checkin failed
2017-06-20 Jonathan DruartBug 18651: Update issue_id in AddReturn
2017-05-09 Jonathan DruartBug 15582: Ability to block auto renewals if OPACFineNo...
2017-05-09 Jonathan DruartBug 17762: Send lang to GetPreparedLetter
2017-04-28 Jonathan DruartBug 16344: Add a circ rule to limit the auto renewals...
2017-04-21 Chris CormackBug 18432 : Follow up - Updating to use they/them
2017-04-21 phette23Bug 18432: code comments assume male gender
2017-04-21 Marcel de RooyBug 18364: [Follow-up] Also add an environment variable...
2017-04-21 Jonathan DruartBug 18364: Do not LOCK/UNLOCK tables from tests
2017-04-17 Jonathan DruartBug 18321: Correctly calculate switch_onsite_checkout
2017-04-03 David KuhnBug 17309 - Renewing and HomeOrHoldingBranch syspref
2017-03-31 Jonathan DruartBug 17708: Rename 'RENEW' with 'RENEWAL'
2017-03-31 Baptiste WojtkowskiBug 17708: Added a logaction function in Addrenewal...
2017-03-31 Jonathan DruartBug 14146: Clean a bit and make the code understandable
2017-03-31 Jonathan DruartBug 14146: Add the ability to cumulate restriction...
2017-03-23 Jonathan DruartBug 15854: Use a READ and WRITE LOCK on message_queue
2017-03-23 Jonathan DruartBug 15854: Simplify the code to limit race conditions
2017-03-22 Jonathan DruartBug 18242: [SOLUTION 2]Handle correctly move to old_issues
2017-03-03 Colin CampbellBug 16202: GetIssuingCharges should return a collectabl...
2017-03-03 Jonathan DruartBug 16966: Koha::Patrons - Move GetBorrowersWithIssuesH...
2017-03-03 Francesco RivettiBug 17941 avoid scanning the full cartesian product
2017-02-07 Lari TaskulaBug 16387: Fix default shortened loan period time
2017-01-20 Jonathan DruartBug 8361: Do not allow checkouts if no rules are defined
2017-01-13 Olli-Antti KivilahtiBug 14187: branchtransfer needs a primary key (id)...
2016-12-28 Jonathan DruartBug 17679: C4::Circulation - Remove unused GetItemIssues
2016-12-28 Kyle M HallBug 17781 - Improper branchcode set during renewal
2016-12-23 Jonathan DruartBug 17678: Use Koha::Checkouts instead of Koha::Issues
2016-12-23 Jonathan DruartBug 17678: C4::Circulation - Replace GetIssues with...
2016-12-16 Jonathan DruartBug 17578: GetMemberDetails - Remove GetMemberDetails
2016-12-16 Jonathan DruartBug 17578: GetMemberDetails - Remove flags
2016-11-18 Kyle M HallBug 14736 - AllowRenewalIfOtherItemsAvailable slows...
2016-11-15 Tomas Cohen AraziBug 17599: (QA followup) Perltidy really long lines
2016-11-15 Jonathan DruartBug 17599: Move C4::Circulation::GetIssuingRule to...
2016-11-02 Jonathan DruartBug 15581: Display the latest auto renew date possible...
2016-11-02 Jonathan DruartBug 15581: Add a circ rule to limit the auto renewals...
2016-10-28 Kyle M HallBug 14598 [QA Followup] - Only fetch bib data if needed
2016-10-28 Brendan A GallagherBug 14598 - QA Followup touching CanBookBeIssued subroutine
2016-10-28 Kyle M HallBug 14598: (QA followup) Don't die on bad barcode
2016-10-28 Tomas Cohen AraziBug 14598: Make C4::Circulation::AddReturn store the...
2016-10-21 Jonathan DruartBug 17252 - Koha::AuthorisedValues - Remove GetAuthoris...
2016-10-21 Jonathan DruartBug 17250 - Koha::AuthorisedValues - Remove GetAuthValCode
2016-10-11 Jonathan DruartBug 16850: Remove C4::Members::IsMemberBlocked
2016-10-11 Jonathan DruartBug 17248 - Koha::AuthorisedValues - Remove GetKohaAuth...
2016-09-27 Kyle M HallBug 15900 [QA Followup] - Use Koha::Patrons instead...
2016-09-27 Kyle M HallBug 15900 - Remove use of recordpayment in ProcessOffli...
2016-09-09 Jonathan DruartBug 16272: (follow-up) Specific case when switching...
2016-09-09 Jonathan DruartBug 16272: Specific case when switching an on-site...
2016-09-09 Jonathan DruartBug 16272: Automatically switch an on-site checkout...
2016-09-09 Jonathan DruartBug 16851: Move HasOverdues to Koha::Patron->has_overdues
2016-09-08 Jonathan DruartBug 15758: Koha::Libraries - Remove GetBranches
2016-09-08 Jonathan DruartBug 15758: Koha::Libraries - Move mybranch to C4::Context
2016-09-08 Jonathan DruartBug 15758: Koha::Libraries - Remove GetBranchName
2016-08-24 Marcel de RooyBug 14390: [QA Follow-up] UpdateFine should be passed...
2016-08-24 Kyle M HallBug 14390 [QA Followup] - Fix warning
2016-08-24 Kyle M HallBug 14390 - Fine not updated from 'FU' to 'F' on renewal
2016-08-18 Marc VéronBug 16741 - Remove dead code "sub itemissues" from...
2016-07-15 Jonathan DruartBug 16849: Move IsDebarred to Koha::Patron->is_debarred
2016-07-08 Alex SassmannshausenBug 6906: Follow coding guidelines in terminology.
2016-07-08 Alex SassmannshausenBug 6906 - show 'Borrower has previously issued...
2016-07-07 Tomas Cohen AraziBug 14048: (followup) Use the original holding branch
2016-07-07 Kyle M HallBug 14048: [QA Followup]
2016-07-07 Tomas Cohen AraziBug 14048: Hook new rules into C4::Circulation
2016-06-24 Kyle M HallBug 16534: (followup) - Tidy AddIssue
2016-06-24 Jonathan DruartBug 16534: Block AddIssue from issuing if the return...
2016-06-24 Jonathan DruartBug 16534: Make CanBookBeIssued test if the issue can...
2016-05-30 Kyle M HallBug 16569 - Message box for "too many checked out"...
2016-05-16 Jonathan DruartBug 16454: Remove another occurrence in comment
2016-04-29 Mark TompsettBug 14362: PEGI15 Circulation/AgeRestrictionMarkers...
2016-04-29 Kyle M HallBug 11565 - decreaseLoanHighHolds needs Override
2016-04-29 Kyle M HallBug 14577 [QA Followup]
2016-04-29 Kyle M HallBug 14577 - Allow restriction of checkouts based on...
2016-04-29 Kyle M HallBug 15532: Add ability to allow only items whose home...
2016-04-22 Jonathan DruartBug 15757: Make GetLoanLength defaults to 0 instead...
2016-03-24 Jonathan Druart Bug 16011: $VERSION - Remove the $VERSION init
2016-03-24 Jonathan Druart Bug 16011: $VERSION - remove use vars $VERSION
2016-03-07 Kyle M Hall Bug 14694 - Make decreaseloanHighHolds more flexible
2016-03-03 Jonathan DruartBug 15548: Move new patron related code to Patron*
2016-03-02 Jonathan DruartBug 15675: Fix conflict with bug 15446 (type vs _type)
2016-03-02 Kyle M HallBug 15675 - Add issue_id column to accountlines and...
2016-02-26 Holger MeißnerBug 14395: Code changes
2016-02-24 Jonathan DruartBug 15629: Koha::Libraries - Remove GetBranchDetail
2016-02-24 Colin CampbellBug 15841 Circulation module's true value misplaced
2016-02-14 Mark TompsettBug 9021: Flag issues
2015-12-31 Kyle M HallBug 14945 - Add the ability to store the last patron...
2015-11-20 Holger MeißnerBug 14101: Automatic renewals exactly on due date
2015-11-17 Jonathan DruartBug 15185: Remove Check*Holidays subroutines in C4...
2015-10-29 Marc VéronBug 14903: Remove C4::Dates from circ/circulation.pl...
next