Bug 30318: Don't reset messaging preferences when form is empty
[koha.git] / C4 / Circulation.pm
2024-05-23 Martin RenvoizeBug 35394: Correction to booked items logic
2024-05-22 Emmi TakkinenBug 36313: Fix Undefined subroutine &C4::Circulation...
2024-04-17 Nick ClemensBug 36331: (follow-up) Ignore non_priority holds when...
2024-04-17 Nick ClemensBug 36331: Don't check reserves that an item cannot...
2024-04-17 Nick ClemensBug 35944: (QA follow-up) Tidy
2024-04-17 Nick ClemensBug 35944: (QA follow-up) Check if there are bookings...
2024-04-17 Martin RenvoizeBug 35944: Add booking handling to CanBookBeRenewed
2024-03-19 Martin RenvoizeBug 35248: Unit tests for CanBookBeIssued
2024-03-11 Lucas GassBug 35950: Move AddReturn call into circulation.pl
2024-03-11 Martin RenvoizeBug 35840: (QA follow-up) Tidy and critic fix
2024-03-11 Lucas GassBug 35840: Add option to AddReturn to skip recording...
2024-03-11 Kyle M HallBug 35357: Remove item from holds queue when it is...
2024-03-11 Marcel de RooyBug 36212: Add check on barcode before searching items
2024-03-11 David CookBug 31427: Get auto renewal errors before other renewal...
2024-01-17 Kyle M HallBug 35322: Fix the logic for checking for holds in...
2024-01-15 Nick ClemensBug 35293: (follow-up) Handle all rules as well
2024-01-15 Alex BuckleyBug 35293: Re-implement bug 30407 functionality
2024-01-08 Aleisha AmohiaBug 35587: Do not trigger transfer if lost item returne...
2024-01-03 Kyle M HallBug 18139: Tidy code
2024-01-03 Kyle M HallBug 18139: Display the rule critera used to determin...
2023-11-08 Tomas Cohen AraziBug 35269: Rename `update_item_location` to `location_u...
2023-11-06 Alex BuckleyBug 21159: Update item location on checkout
2023-11-06 Kyle M HallBug 34529: Offline circulation should be able to accept...
2023-11-06 Katrin FischerBug 27992: (QA follow-up) Perltidy
2023-11-06 Lucas GassBug 27992: Call AddReturn on stats patron
2023-11-03 Tomas Cohen AraziBug 29002: Tidy
2023-11-03 Martin RenvoizeBug 29002: Circulation
2023-10-31 Nick ClemensBug 34924: Add 'auto_renew_final' and 'auto_unseen_fina...
2023-10-24 Martin RenvoizeBug 15504: (follow-up) Migrate to one clear method
2023-10-24 Matt BlenkinsopBug 15504: Add triggers to instances of track_login_daily
2023-10-20 Nick ClemensBug 25393: (QA follow-up) simplify auto_renew condition
2023-10-20 Pedro AmorimBug 25393: Update CanBookBeRenewed pod with bug 25758...
2023-10-20 Pedro AmorimBug 25393: Auto renewals logic reimplementation:
2023-10-20 Pedro AmorimBug 25393: Distinguish between auto or normal renewals...
2023-10-20 Pedro AmorimBug 25393: Use new noautorenewalbefore circulation...
2023-10-10 Alex BuckleyBug 25560: Define item-type specific rules in UpdateNot...
2023-10-04 Nick ClemensBug 9525: (QA follow-up) Tidy
2023-10-04 Emmi TakkinenBug 9525: Add option to define float groups and rules...
2023-10-03 Katrin FischerBug 29145: Perltidy files and added code
2023-10-03 Kyle M HallBug 29145: (QA follow-up) Rename has_debarring_overdues...
2023-10-03 David GustafssonBug 29145: Fix conditions for patron debarring overdues
2023-10-03 David GustafssonBug 29145: Add tests and modify sysprefs
2023-10-03 Stefan BerndtssonBug 29145: use overdues restrict delays when removing...
2023-09-22 Katrin FischerBug 32496: (QA follow-up) Fix POD and DateTime use
2023-09-22 David GustafssonBug 32496: Reduce unnecessary unblessings of objects...
2023-08-30 David CookBug 30362: Fix GetSoonestRenewDate to really return...
2023-07-19 Nick ClemensBug 34178: Cache ItemsAnyAvailableAndNotRestricted...
2023-07-19 Marcel de RooyBug 33444: (QA follow-up) Add forgotten skipfinecalc...
2023-07-19 Nick ClemensBug 33444: Update AddRenewal to take a hashref of params
2023-07-07 Martin RenvoizeBug 34212: Replace Koha::Checkouts->find with $item...
2023-07-03 Martin RenvoizeBug 23336: Fix inconsistent return of AddIssue
2023-07-03 Martin RenvoizeBug 23336: Add checkout API's
2023-06-07 Jonathan DruartBug 32894: Koha::Item->last_returned_by
2023-06-07 Nick ClemensBug 32478: (follow-up) Tidy code
2023-06-07 Nick ClemensBug 32478: (follow-up) UpdateItemLocationOnCheckin...
2023-06-07 David GustafssonBug 32478: Remove Koha::Config::SysPref->find since...
2023-05-30 Kyle M HallBug 33838: Don't reset the renewal count
2023-05-12 Kyle M HallBug 31212: (QA follow-up) Fix unit test, remove unused...
2023-05-12 Lucas GassBug 31212: Fix date_from_string and explicitly called...
2023-05-12 David GustafssonBug 31735: Avoid re-fetcing objects from database by...
2023-05-10 Lucas GassBug 30928: Add interface to statistics
2023-04-12 Matt BlenkinsopBug 32013: Autorenewal batch indexing
2023-04-06 Tomas Cohen AraziBug 30403: (follow-up) Remove useless warning
2023-04-06 Emmi TakkinenBug 30403: Add syspref UpdateNotForLoanStatusOnCheckout
2023-03-31 Martin RenvoizeBug 18398: Update C4::Message enqueue to use $patron...
2023-03-31 Martin RenvoizeBug 29234: Transit on checking
2023-03-27 Nick ClemensBug 33309: Index items after renewal transaction completes
2023-03-16 Martin RenvoizeBug 32878: (follow-up) Exclude non_priority holds
2023-03-14 Petro VashchukBug 32878: Make it impossible to renew the item if...
2023-02-24 Lucas GassBug 32805: Update location when recording a localuse...
2023-02-10 Tomas Cohen AraziBug 30642: Make renewal_type an enum in spec and add...
2023-02-10 Kyle M HallBug 30642: (QA follow-up) Do not rely on script names...
2023-02-10 Matt BlenkinsopBug 30642: Record renewal type
2023-01-31 Martin RenvoizeBug 31095: Remove GetDebarments from Circulation.pm
2023-01-18 Nick ClemensBug 22042: Block all return actions when BlockReturnOfW...
2023-01-17 Shi Yao WangBug 14784: Fix checkin message for restricted patrons
2022-11-14 Emmi TakkinenBug 31447: Use holds pick up branch in "Please confirm...
2022-11-04 Nick ClemensBug 29102: Do not count patron's own hold against limits
2022-11-04 Joonas KylmäläBug 27259: Add HomeOrHoldingBranch checks where it...
2022-10-27 Emmi TakkinenBug 30407: Add ability to syspref UpdateNotForLoanStatu...
2022-10-24 Aleisha AmohiaBug 23012: Apply processing fee return policy when...
2022-10-18 Kyle M HallBug 25426: Allow return policy to be selected via syspr...
2022-10-11 Katrin FischerBug 30168: (QA follow-up) Fix POD
2022-10-11 Nick ClemensBug 30168: Use checkout object in GetSoonestRenewDate
2022-10-11 Joonas KylmäläBug 31485: Move _item_denied_renewal to Koha::Item
2022-09-22 Kyle M HallBug 7021: (QA follow-up): Minor code cleanup
2022-09-22 Martin RenvoizeBug 7021: Catch new introductions of UpdateStats
2022-09-22 Martin RenvoizeBug 7021: Terminology - usercode -> categorycode
2022-09-22 Olli-Antti KivilahtiBug 7021: Patron category in the statistics table
2022-08-31 Nick ClemensBug 30016: Remove GetOpenIssue subroutine
2022-08-26 Kyle M HallBug 31112: (QA follow-up) Reduce database queries
2022-08-26 Joonas KylmäläBug 31112: (follow-up) Don't return "on_reserve" when...
2022-08-26 Joonas KylmäläBug 31112: (follow-up) Bring back the check for non...
2022-08-26 Nick ClemensBug 31112: (QA follow-up) Fetch patrons with reserves
2022-08-26 Nick ClemensBug 31112: (QA follow-up) Restore check to avoid extra...
2022-08-26 Joonas KylmäläBug 31112: CanBookBeRenewed: take into account patrons...
2022-08-26 Joonas KylmäläBug 31112: Remove unnecessary if-clause
2022-08-26 Martin RenvoizeBug 24295: Finally remove GetTransfers from C4/Circulation
2022-08-25 Kyle M HallBug 12225: Use ProcessOfflineIssue
2022-08-19 Jonathan DruartBug 30718: Fix renewal with due date
next