Bug 26988: Add API route to fetch hold pickup locations and use it in the holds table
[koha.git] / C4 /
2020-11-12 Joonas KylmäläBug 26948: Remove double encoding from sent emails
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: (follow-up) Fix params to AddRenewal
2020-11-11 Andrew IsherwoodBug 24083: Add support for unseen_renewals
2020-11-11 Jonathan DruartBug 23019: (follow-up 2) set table name to import_batch...
2020-11-11 Agustin MoyanoBug 23019: Add profiles to stage-import-batch and magna...
2020-11-11 Andrew IsherwoodBug 22818: (follow-up) Respond to feedback
2020-11-11 Andrew IsherwoodBug 22818: Add support for ILL notices
2020-11-10 Jonathan DruartBug 23916: (follow-up) Adapt all the things to the...
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: (follow-up) Fix column name collision
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-06 Nicolas LegrandBug 24412: Attach waiting reserve to desk
2020-11-06 Martin RenvoizeBug 24786: Default to 'branch default' on auth.
2020-11-06 Martin RenvoizeBug 24786: (follow-up) Cache the register_name in the...
2020-11-06 Martin RenvoizeBug 24786: Allow setting a register for the session
2020-11-06 Kyle M HallBug 14708: Skip AnonymousPatron in GetBorrowersToExpunge
2020-11-05 Kyle M HallBug 25334: Add generic 'phone' message transport type
2020-11-05 Julian MauriceBug 25650: Add location and itype descriptions in ILS...
2020-11-05 Tomas Cohen AraziBug 26584: Remove unused C4::Acquisition::CloseBasket...
2020-11-05 Jonathan DruartBug 26935: Don't use basket for claimacquisition and...
2020-11-04 Joonas KylmäläBug 26132: (follow-up) Fix broken code in TooMany function
2020-11-04 Martin RenvoizeBug 26745: Add TT support to 'title' in notices
2020-11-04 Andreas RoussosBug 26641: pass the MARC field as an argument to link_b...
2020-11-04 Jonathan DruartBug 21898: Add basket for TT syntax
2020-11-04 Martin RenvoizeBug 21898: Add aqbasket to available tables for ACQORDER
2020-11-04 Martin RenvoizeBug 22394: Remove C4::Accounts::manualinvoice
2020-11-04 Martin RenvoizeBug 12656: Allow --reason to be passed to cancel_expire...
2020-11-04 Matthias MeusburgerBug 20888: (follow-up) 'is not' operator behaves as...
2020-11-04 Fridolin SomersBug 26032: (follow-up) Replace IFNULL() mysqlism with...
2020-11-04 Fridolin SomersBug 26032: Add 'is new' filter in items search
2020-11-04 Kyle M HallBug 25333: Change message transport type for Talking...
2020-11-03 Kyle M HallBug 26896: Enable SIP option holds_block_checkin to...
2020-11-03 BlouBug 26900: Fixes Koka::Libraries typo in C4/Reserves.pm
2020-11-03 David CookBug 26853: Throw a fatal error if import_biblios insert...
2020-11-02 Arthur SuzukiBug 22806: (QA follow-up)
2020-11-02 Alex BuckleyBug 22806: (follow-up) CanBookBeReserved and CanItemBeR...
2020-11-02 Arthur SuzukiBug 22806: CanBookBeReserved and CanItemBeReserved...
2020-11-02 Nick ClemensBug 26583: Remove unneccessary code in AddIssue
2020-11-02 Jonathan DruartBug 26673: Fix perlcritic complains
2020-11-02 Nick ClemensBug 26581: (follow-up) Restore unsetting of doreturn
2020-10-25 David CookBug 26673: Remove #!/usr/bin/env perl from .pm modules too
2020-10-25 Jonathan DruartBug 26673: Remove shebangs from Perl modules
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 Tomas Cohen AraziBug 26580: Remove unused C4::Acquisition::DelBasket...
2020-10-15 Tomas Cohen AraziBug 26579: Remove unused C4::Acquisition::DelOrder...
2020-10-15 Alex BuckleyBug 25460: Update OAI sets when adding/editing/deleting...
2020-10-15 Tomas Cohen AraziBug 25898: (follow-up) POD
2020-10-15 Julian MauriceBug 25898: Prohibit indirect object notation
2020-10-15 Martin RenvoizeBug 26643: Notify librarian of completed transfers
2020-10-14 Martin RenvoizeBug 12556: (QA follow-up) Fix QA Script failures
2020-10-14 Joonas KylmäläBug 12556: Add new "in processing" state to holds
2020-10-14 Joonas KylmäläBug 12556: Reuse code from Koha::Hold instead of duplic...
2020-10-14 Joonas KylmäläBug 12556: Refactor hold transfer status setting to...
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-14 Jonathan DruartBug 23895: Move installer file into the mandatory directory
2020-10-14 Jonathan DruartBug 20804: Add support for "days" to the timeout syspref
2020-10-12 Jonathan DruartBug 26145: Refactoring - Move C4::Images to Koha::Cover...
2020-10-12 Jonathan DruartBug 26145: Display the cover image at the OPAC
2020-10-12 Jonathan DruartBug 26145: Add the ability to upload a cover image...
2020-10-12 Katrin FischerBug 26503: Add limit for standing orders to acq advance...
2020-10-09 Lucas GassBug 23420: (QA follow-up) Remove more AllowPurchaseSugg...
2020-10-08 Marcel de RooyBug 26599: Unused parameter name in POD of ModZebra
2020-10-08 Jonathan DruartBug 24598: Remove warning from test
2020-10-08 Marcel de RooyBug 26191: Relocate track_login call in Auth.pm
2020-10-08 Jonathan DruartBug 24598: Complete transfer for hold if checked out
2020-10-02 Martin RenvoizeBug 22343: (QA follow-up) Fix some comments
2020-10-02 Tomas Cohen AraziBug 22343: Make C4::Letters use the new SMTP server...
2020-10-01 Katrin FischerBug 25261: (QA follow-up) Terminology: checkin/checkout
2020-10-01 Martin RenvoizeBug 25261: (QA follow-up) Capitalize return of needsconfirm
2020-10-01 Martin RenvoizeBug 25261: (QA follow-up) Catch check in SIP Checkin
2020-10-01 Martin RenvoizeBug 25261: (QA follow-up) Catch check in SIP Checkout
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...
2020-10-01 Martin RenvoizeBug 25261: (follow-up) Rename CircConfirmParts to CircC...
2020-10-01 Frédéric DemiansBug 25261: Checkout confirmation depending on syspref
2020-10-01 Martin RenvoizeBug 25261: Require confirmation of multiple parts items
2020-10-01 Kyle M HallBug 21979: Add option to SIP2 config to send arbitrary...
2020-10-01 Nick ClemensBug 26325: Add primary_key_exists check to C4::Installer
2020-09-30 Marcel de RooyBug 26432: Remove unused ModZebrations
2020-09-28 Alexis RipettiBug 26414: Unable to export Withdrawn status using...
2020-09-28 Nick ClemensBug 25758: Return on_reserve over too_soon when not...
2020-09-28 Marcel de RooyBug 25265: (QA follow-up) Rename biblionumber in ModZeb...
2020-09-28 Nick ClemensBug 25265: Rename skip_modzebra_update to skip_record_index
2020-09-28 Nick ClemensBug 25265: Prevent double reindex of the same item...
2020-09-28 Kyle M HallBug 26510: Transport Cost Matrix editor doesn't show...
2020-09-18 Nick ClemensBug 18958: (follow-up) Ensure hold fill target reserve_...
2020-09-18 Nick ClemensBug 18958: Make hold_fill_targets specific to reserves
2020-09-11 Jonathan DruartBug 26384: Fix executable flags
2020-09-03 Martin RenvoizeBug 25541: (QA follow-up) Default to disabled + Correct...
next