Bug 17309 - Renewing and HomeOrHoldingBranch syspref
[koha.git] / C4 / Circulation.pm
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...
2015-10-22 Julian MauriceBug 14788: Move opac-topissues.pl code into C4::Circulation
2015-10-19 Lyon3 TeamBug 8236: Renewing policy in overdue or restriction...
2015-10-13 Jonathan DruartBug 14045: Make GetBranchBorrowerCircRule return maxons...
2015-10-13 Jonathan DruartBug 14045: Change prototype of TooMany to raise a bette...
2015-10-13 Jonathan DruartBug 14045: Add specific quotas to on-site checkouts
2015-09-16 Jonathan DruartBug 6756: Fix bad behaviors if AnonymousPatron is not...
2015-09-16 Jonathan DruartBug 14655: Fix wording
2015-09-07 Jonathan DruartBug 14470: Do not allow renew for on-site checkouts
2015-08-28 Kyle M HallBug 14337: AllowRenewalIfOtherItemsAvailable counts...
2015-07-20 Marcel de RooyBug 14494: Terribly slow checkout caused by DateTime...
2015-07-20 Jonathan DruartBug 14494: Prevent slow checkout if the patron does...
2015-07-07 Jonathan DruartBug 9942: Make Koha fails if privacy is not respected
2015-06-22 Stefan WeilBug 14383: C4: Fix some typos (mostly in comments and...
2015-06-11 Benjamin RoksethBug 7981: Remove HomeOrHoldingBranchReturn syspref
2015-05-04 Jonathan DruartBug 13887: Display the due date as a due date + sort...
2015-04-28 Kyle M HallBug 13919: Renewal possible with item level hold on...
2015-04-22 Jonathan DruartBug 14046: Make the CheckIfIssuedToPatron using the...
2015-04-20 Jonathan DruartBug 9978: Replace license header with the correct licen...
2015-04-13 Kyle M HallBug 13315 - Add feedback for last item checked out...
2015-04-12 Tomas Cohen AraziBug 13909: (QA followup) fix references to get_chargeab...
2015-04-10 Tomas Cohen AraziBug 13909: Suspension days calculation should respect...
2015-03-31 Jonathan DruartBug 11201: Display overdues in red
2015-03-31 Jonathan DruartBug 11201: Add a in-house use list pages
next