Bug 30477: Add new UNIMARC installer translation files
[koha.git] / C4 / Circulation.pm
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
2021-06-14 Martin RenvoizeBug 27064: (QA follow-up) Do not create transfer prior...
2021-04-28 Nick ClemensBug 17202: Don't report an item in a collection if...
2021-04-27 Martin RenvoizeBug 28210: Pass skip_record_index through LostItem
2021-04-27 Martin RenvoizeBug 27281: (QA follow-up) Fix Indexer Test
2021-04-23 Martin RenvoizeBug 27896: Remove DeleteTransfer
2021-04-23 Martin RenvoizeBug 27281: Update LostItem to use Koha::Item[::Transfer...
2021-04-07 Nick ClemensBug 28013: (follow-up) Reset the patron loop
2021-04-07 Nick ClemensBug 28013: (follow-up) Correct and update call to CanIt...
2021-04-07 Joonas KylmäläBug 28013: (QA follow-up) Remove unused variable
2021-04-07 Nick ClemensBug 28013: Performance improvements to CanBookBeRenewed
2021-04-07 Tomas Cohen AraziBug 27069: Adapt uses of holdallowed
2021-03-04 Martin RenvoizeBug 25690: (QA follow-up) PROCESSED -> PROCESSING for...
2021-03-04 Joonas KylmäläBug 25690: Make CanBookBeIssued return In Processing...
2021-03-04 Joonas KylmäläBug 25690: Remove double usage of 'Reserved' return...
2021-03-03 Martin RenvoizeBug 24446: Add datesent/datecancelled handling to GetTr...
2021-03-03 Martin RenvoizeBug 24446: Add datecancelled handling to GetTransfers
2021-03-03 Martin RenvoizeBug 24446: Catch daterequested in circ returns
2021-03-01 Tomas Cohen AraziBug 27808: Refresh the item object when AddReturn is...
2021-03-01 Kyle M HallBug 27808: Mark the onloan column as dirty in AddIssue
2021-03-01 Marcel de RooyBug 26457: (QA follow-up) Switch to PK index in UPDATE...
2021-03-01 Nick ClemensBug 26457: Unit test
2021-03-01 Nick ClemensBug 26457: Throw exception if update of issues table...
2021-02-16 Jonathan DruartBug 27673: Rename C4::Circulation decode to _decode
2021-02-16 Jonathan DruartBug 27673: Fix encoding issues
2021-02-16 Jonathan DruartBug 27673: Replace YAML with YAML::XS
2021-02-16 Jonathan DruartBug 27707: (bug 26639 follow-up) Fix renewals when...
2021-02-15 Nick ClemensBug 18146: (follow-up) Remove warn for uninitialized...
2021-02-08 Jonathan DruartBug 27154: Remove Koha::Util::SystemPreferences
2021-01-22 Eden BacaniBug 25802: Change addDate to addDuration
2021-01-12 Nick ClemensBug 26950: Make Anonymous patron warnings 'errors'...
2021-01-12 Nick ClemensBug 26593: Remove _get_discount_from_rule
2021-01-12 Fridolin SomersBug 21301: Remove patron informations in issues for...
2021-01-04 Nick ClemensBug 21886: (QA follow-up) Fix indentation, prevent...
2021-01-04 Martin RenvoizeBug 21886: (QA follow-up) Fix QA script errors
2021-01-04 Stefan BerndtssonBug 21886: Add option to send notices from owning libra...
2020-11-11 Andrew IsherwoodBug 24083: (follow-up) Squashed follow ups
2020-11-11 Andrew IsherwoodBug 24083: (follow-up) Respond to QA feedback
2020-11-11 Andrew IsherwoodBug 24083: Add support for unseen_renewals
2020-11-10 Tomas Cohen AraziBug 23916: (QA follow-up) Adapt all the things to the...
2020-11-10 Nick ClemensBug 23916: (QA follow-up) Remove stray changes and...
2020-11-10 Andrew IsherwoodBug 23916: (follow-up) Fix terminology, use patron...
2020-11-10 Andrew IsherwoodBug 23916: Record and display item issuer
2020-11-06 Jonathan DruartBug 14866: Trivial code simplification
2020-11-06 Aleisha AmohiaBug 14866: Make high holds work with different item...
2020-11-06 Martin RenvoizeBug 23091: Move _Restore to Koha::Item store trigger
2020-11-06 Martin RenvoizeBug 23091: Add tests for _RestoreOverdueForLostAndFound
2020-11-06 Martin RenvoizeBug 23091: Add handling for new lostreturn rules
2020-11-04 Joonas KylmäläBug 26132: (follow-up) Fix broken code in TooMany function
2020-11-02 Nick ClemensBug 26583: Remove unneccessary code in AddIssue
2020-11-02 Nick ClemensBug 26581: (follow-up) Restore unsetting of doreturn
2020-10-25 Didier GautheronBug 26232: Empty smart rule fine grace period
2020-10-22 Martin RenvoizeBug 26581: Only reindex records once per checkin
2020-10-15 Martin RenvoizeBug 26643: Notify librarian of completed transfers
2020-10-14 Kyle M HallBug 19382: (QA follow-up) Fix typos
2020-10-14 Kyle M HallBug 19382: Add ability to block guarantees based on...
2020-10-08 Jonathan DruartBug 24598: Remove warning from test
2020-10-08 Jonathan DruartBug 24598: Complete transfer for hold if checked out
2020-10-01 Martin RenvoizeBug 25261: (QA follow-up) Capitalize return of needsconfirm
2020-10-01 Jonathan DruartBug 25261: (QA follow-up) Simplify tests and conditions
2020-10-01 Martin RenvoizeBug 25261: (follow-up) item.material may contain non...
next