Bug 18398: Update C4::Message enqueue to use $patron->notice_email_address
[koha-ffzg.git] / C4 / Circulation.pm
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
2022-08-19 Jonathan DruartBug 30718: Use flatpickr's altInput
2022-07-29 Kevin CarnesBug 29012: Add default values for blank circulation...
2022-07-27 Kyle M HallBug 31120: Items will renew for zero ( 0 ) days if...
2022-07-13 Martin RenvoizeBug 28854: Update circulation functionality for bundles
2022-07-05 Martin RenvoizeBug 30275: (follow-up) Drop renewer_id constraint
2022-07-05 Tomas Cohen AraziBug 30275: (QA follow-up) Rename columns to match API
2022-07-05 Martin RenvoizeBug 30275: Rename issues.renewals to issues.renewals_count
2022-07-05 Martin RenvoizeBug 30275: Record renewals
2022-06-23 Tomas Cohen AraziBug 24239: (QA follow-up) Rename date_due => due_date
2022-06-23 Lari TaskulaBug 24239: Let the ILL module set ad hoc hard due dates
2022-06-23 Joonas KylmäläBug 30947: (follow-up) Remove unnecessary object cloning
2022-06-23 Joonas KylmäläBug 30947: Simplify CanBookBeIssued date handling
2022-06-14 Jonathan DruartBug 29623: Cache circulation rules
2022-06-14 Tomas Cohen AraziBug 30409: (QA follow-up) Avoid uninitialized variable...
2022-06-14 Petro VashchukBug 30409: barcodedecode() should always trim barcode
2022-05-19 Nick ClemensBug 30714: Do no log update to holdingbranch
2022-05-13 Tomas Cohen AraziBug 30728: Only trigger real-time holds queue update...
2022-05-09 Nick ClemensBug 30668: Do not record itme location updates in catal...
2022-05-05 Aleisha AmohiaBug 30291: Changes to controller scripts
2022-05-05 Tomas Cohen AraziBug 29346: Add more fine-grained control of holds queue...
2022-05-05 Tomas Cohen AraziBug 29346: Circulation actions triggers
2022-05-05 Nick ClemensBug 30167: (follow-up) Return a hash with soonest_renew...
2022-05-05 Nick ClemensBug 30167: Return soonest renewal date when renewal...
2022-05-03 Nick ClemensBug 29537: Remove unnecessary if-else checks for soones...
2022-04-20 Nick ClemensBug 29483: Further improve performance of script
2022-04-20 Nick ClemensBug 29483: Check ItemsAnyAvailableAndNotRestricted...
2022-04-04 Kyle HallBug 30114: Koha offline circulation will always cancel...
2022-03-25 Jonathan DruartBug 30110: Fix concatenation during assignements
2022-03-22 Julian MauriceBug 30004: Prevent TooMany from executing too many...
2022-03-15 Fridolin SomersBug 19532: (RM follow-up) More use of system preference
2022-03-15 Tomas Cohen AraziBug 19532: (QA follow-up) Simplify resultset accessors
2022-03-15 Tomas Cohen AraziBug 19532: Make recalls.status an ENUM
2022-03-15 Aleisha AmohiaBug 19532: (follow-up) Fixes along recall workflow
2022-03-15 Aleisha AmohiaBug 19532: (follow-up) Fix undef recall_id preventing...
2022-03-15 Aleisha AmohiaBug 19532: Other objects used in recalls feature
2022-03-02 Tomas Cohen AraziBug 30023: Make MarkIssueReturned use ->anonymize
2022-02-25 Nick ClemensBug 29703: Use get_effective_rules in GetBranchItemRule
2022-02-15 Martin RenvoizeBug 26704: (follow-up) Rebase for bug 29785
2022-02-15 Martin RenvoizeBug 26704: Update Koha::Item to use Koha::Object::Messages
2022-02-10 Jonathan DruartBug 29844: Fix ->search occurrences
2022-02-01 Nick ClemensBug 29562: Adjust CanItemBeReserved and checkHighHolds...
2022-01-19 Joonas KylmäläBug 29474: Remove one layer of indendation by adding...
2022-01-19 Joonas KylmäläBug 29474: Decouple renewal checks of auto-renewed...
2022-01-19 Nick ClemensBug 29474: Return too_soon before checking renewals
2022-01-14 Nick ClemensBug 29476: (follow-up) Fix return, add precision test
2022-01-14 Joonas KylmäläBug 29476: Correct soonest renewal date calculation...
2021-11-03 Jonathan DruartBug 29395: use EXPORT_OK from Koha::Patron::Debarments
2021-10-21 Jonathan DruartBug 29221: Correctly display refund info
2021-10-18 Kyle M HallBug 28211: Replace use of call_recursive() with call()
2021-10-07 Marcel de RooyBug 29062: (QA follow-up) Add comment
2021-10-07 Nick ClemensBug 29062: (follow-up) Adjust SendCirculationAlert
2021-10-06 Kyle M HallBug 26351: Add plugin hooks to transform item barcodes
2021-10-06 Nick ClemensBug 27032: (follow-up) Pass rather than fetch variables
2021-10-06 Joonas KylmäläBug 27032: Move auto renewal code out of CanBookBeRenewed
2021-10-06 Joonas KylmäläBug 27032: Remove unused variables
2021-09-20 Andreas RoussosBug 28472: handle items with NULL shelving location
2021-08-31 Nick ClemensBug 28774: Don't store blank values for rental discount
2021-08-04 Martin RenvoizeBug 22435: ->apply() should always use 'APPLY' for...
2021-07-16 Jonathan DruartBug 17600: Fix tests
2021-07-16 Jonathan DruartBug 17600: Standardize our EXPORT_OK
2021-07-06 Nick ClemensBug 28455: lastseen should be updated at checkout if...
2021-06-22 Jonathan DruartBug 28572: Remove C4::Debug
2021-06-15 Joonas KylmäläBug 28520: Allow creating a transfer back automatically...
2021-06-15 Martin RenvoizeBug 24434: Reinstate updateWrongTransfer
next