Bug 12561: Add warning on about page
[koha.git] / C4 / Reserves.pm
2021-08-04 Nick ClemensBug 28754: Only adjust holds on specific biblio and...
2021-07-16 Jonathan DruartBug 17600: Standardize our EXPORT_OK
2021-07-12 Marcel de RooyBug 28644: Fix calling borrowernumber on undefined...
2021-06-23 Marcel de RooyBug 28581: (QA follow-up) Fix method on unblessed reference
2021-06-23 Martin RenvoizeBug 28581: Use 'from_email_address' where appropriate
2021-06-16 Jonathan DruartRevert "Bug 20985: Add OnShelfHoldsAllowed checks to...
2021-06-15 Nick ClemensBug 28503: Compare item homebranch to patron branch...
2021-06-15 Arthur SuzukiBug 20985: Add OnShelfHoldsAllowed checks to CanItemBeR...
2021-04-22 Nick ClemensBug 16787: 'Too many holds' message appears inappropria...
2021-04-07 Nick ClemensBug 28078: (follow-up) Add param check to 'itemAlreadyO...
2021-04-07 Nick ClemensBug 28078: Add 'ignore_hold_counts' param to CanItemBeR...
2021-04-07 Tomas Cohen AraziBug 27069: Adapt uses of holdallowed
2021-04-01 Jonathan DruartBug 27921: Log correct timestamp for HOLD MODIFY when...
2021-03-09 Agustin MoyanoBug 24359: Remove hold from holds queue when captured
2021-03-08 Joonas KylmäläBug 27058: (follow-up) Clarify notforloan checks with...
2021-03-08 Joonas KylmäläBug 27058: Make checkout availability use all notforloa...
2021-03-04 Joonas KylmäläBug 25690: (follow-up) Supress warning about unitialize...
2021-03-04 Joonas KylmäläBug 25690: Remove double usage of 'Reserved' return...
2021-03-03 Martin RenvoizeBug 24446: (QA follow-up) Use 'receive' method in ModRe...
2021-03-01 Jonathan DruartBug 27071: Code simplification
2021-02-23 Marcel de RooyBug 27729: Fix use of grep and split in CheckReserves
2020-12-21 Nick ClemensBug 26634: Remove GetHoldRule subroutine in C4::Reserves
2020-12-04 Josef MoravecBug 27030: Add missing perldoc for Processing hold...
2020-11-16 Joonas KylmäläBug 27012: Fix incorrect SQL syntax in hold merging
2020-11-06 Nicolas LegrandBug 24412: Attach waiting reserve to desk
2020-11-05 Kyle M HallBug 25334: Add generic 'phone' message transport type
2020-11-04 Martin RenvoizeBug 12656: Allow --reason to be passed to cancel_expire...
2020-11-04 Kyle M HallBug 25333: Change message transport type for Talking...
2020-11-03 BlouBug 26900: Fixes Koka::Libraries typo in C4/Reserves.pm
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-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-09-18 Nick ClemensBug 18958: Make hold_fill_targets specific to reserves
2020-08-31 Agustin MoyanoBug 19889: Make it possible to exclude items and catego...
2020-08-31 Agustin MoyanoBug 22789: Add non priority feature to C4 classes and...
2020-08-25 Kyle M HallBug 25534: Add ability to send an email specifying...
2020-08-24 Andrew NuggedBug 24683: IsAvailableForItemLevelRequest sub descripti...
2020-08-24 Andrew NuggedBug 24683: Fix for take smart rules into account in...
2020-08-24 Andrew NuggedBug 24683: Optimize loop in ItemsAnyAvailableAndNotRest...
2020-08-24 Andrew NuggedBug 24683: Subroutine name changed (fix), no code logic...
2020-07-30 Julian MauriceBug 24031: Add plugin hook after_hold_create
2020-07-20 Jonathan DruartBug 23070: Pass no_triggers => 1 to Koha::Objects-...
2020-07-20 Jonathan DruartBug 23070: Increment all priorities in 1 query
2020-07-20 Jonathan DruartBug 23070: Use Koha::Hold in C4::Reserves::RevertWaitin...
2020-07-16 Nick ClemensBug 25566: Add option to ignore found holds and use...
2020-06-25 Kyle M HallBug 25232: Add ability to specify multiple notforloan...
2020-06-25 Kyle M HallBug 25232: Add ability to skip trapping items with...
2020-05-22 Jonathan DruartBug 24612: Make hold-transfer-slip take reserve_id
2020-05-11 Kyle M HallBug 25184: Add syspref
2020-05-11 Kyle M HallBug 25184: Items with a negative notforloan status...
2020-05-05 Jonathan DruartBug 24769: (bug 14711 follow-up 2) Fix typo in paramete...
2020-04-14 Nick ClemensBug 24620: Fix test, remove replaced code, use dt_from_...
2020-04-14 Nick ClemensBug 24620: Close existing transfers when setting item...
2020-04-14 Kyle M HallBug 24547: Add more action logs for holds
2020-03-25 Andrew NuggedBug 24185: Make holds page fast when 'on shelf holds...
2020-03-25 Andrew NuggedBug 24185: Make holds page faster: Preparatory refactoring
2020-03-25 Andrew NuggedBug 24185: Make holds page faster - Call to subroutine...
2020-03-24 Jonathan DruartBug 24468: Remove unused C4::Reserves::_get_itype subro...
2020-03-20 Martin RenvoizeBug 24436: Add handling for reserve transfer triggers
2020-03-20 Aleisha AmohiaBug 24688: Check the priority of the fulfilled hold...
2020-03-19 Martin RenvoizeBug 24721: Update emailLibrarianWhenHoldIsPlaced to...
2020-02-19 Kyle M HallBug 21944: Improve efficiency of code
2020-02-19 Jonathan DruartBug 24367: Remove warnings from Search.t
2020-02-11 Jonathan DruartBug 14711: Change prototype for AddReserve - pass a...
2020-02-05 Martin RenvoizeBug 24529: Silence another uninitialised value warning
2020-02-05 Martin RenvoizeBug 24529: Silence warnings for title level holds
2020-02-04 Joonas KylmäläBug 18936: (follow-up) Make possible to have unlimited...
2020-02-04 Jonathan DruartBug 18936: Fix some more tests
2020-02-04 Jonathan DruartBug 18936: More fixes
2020-02-04 Jesse WeaverBug 18936: (follow-up) Add foreign key and scope enhanc...
2020-02-04 Kyle M HallBug 18936: Convert issuingrules fields to circulation_rules
2020-01-23 Julian MauriceBug 19809: Re-allow to call Koha::Objects::find in...
2020-01-15 Jonathan DruartBug 20567: Count found holds for holds limit
2020-01-07 Jonathan DruartBug 24361: (bug 24217 follow-up) Fix several warnings...
2020-01-03 Agustin MoyanoBug 22284: Add "patron's hold group" as new hold_fulfil...
2020-01-03 Agustin MoyanoBug 22284: (follow-up) Squash multiple follow-ups
2020-01-03 Agustin MoyanoBug 22284: Control hold groups in C4::Reserves
2020-01-03 Jonathan DruartBug 24217: use Modern::Perl for modules when strict...
2019-11-25 Nick ClemensBug 23964: (follow-up) We should check for only active...
2019-11-21 Nick ClemensBug 23964: (follow-up) Add comments and improve readability
2019-11-21 Nick ClemensBug 23964: ReservesNeedReturn should only apply to...
2019-11-13 Jonathan DruartBug 23985: (bug 21206 follow-up) Fix checkout list...
2019-10-24 Martin RenvoizeBug 23049: Update debit_type_code 'Res' to 'RESERVE'
2019-10-21 Julian MauriceBug 22922: Allow reservedate changes only if AllowHoldD...
2019-10-21 Julian MauriceBug 22922: Allow to modify hold dates on reserve/request.pl
2019-08-05 Martin RenvoizeBug 22610: Update SIP2 to use payment_type
2019-08-05 Nick ClemensBug 14549: POD and variable cleanup
2019-08-05 Nick ClemensBug 14549: Check patrons reserves for any holds on...
2019-07-05 Nick ClemensBug 21181: Make cancel_expired_reserves.pl Cancel all...
2019-06-15 Jonathan DruartBug 9834: Preserve biblio level hold preference on...
2019-05-10 Jonathan DruartBug 19302: Send koha::objects to C4::Reserves::IsAvaila...
2019-04-25 Nick ClemensBug 14576: (follow-up) Using item objects, not hashrefs
2019-04-25 Hayley MapleyBug 14576: Replaced calls using deprecated method GetIt...
2019-04-25 Nick ClemensBug 14576: Allow arbitrary automatic update of location...
2019-04-25 Nick ClemensBug 20837: Use ReservesControlBranch to determine holda...
2019-04-11 Owen LeonardBug 12166: Improve display of Reserve charges in patron...
next