Bug 26265: (QA follow-up) Remove g option from regex, add few dirs
[koha-equinox.git] / C4 / Reserves.pm
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...
2019-04-10 Kyle M HallBug 17978: Circ rules will not limit holds
2019-04-10 Martin RenvoizeBug 22600: Add 'interface' to accountlines
2019-03-28 Martin RenvoizeBug 22593: Fix bad ternaries after bug 22008
2019-03-21 Kyle M HallBug 22330: (QA follow-up) Remove duplicate use lines...
2019-03-21 Kyle M HallBug 22330: Transfer limits should be respected for...
2019-03-04 Martin RenvoizeBug 21728: Use Koha::Account->add_debit in ChargeReserveFee
2019-02-27 Tomas Cohen AraziBug 21765: Make AutoUnsuspendReserves call Koha::Hold...
2019-02-26 Jonathan DruartBug 21206: Replace C4::Items::GetItem
2019-02-08 Alex ArnaudBug 21738: make call of CanBookBeReserved more safe
2019-01-25 Kyle M HallBug 7614: (QA follow-up) Fix POD merge missed in rebase
2019-01-25 Lari TaskulaBug 7614: Check transfer limit in CanBookBeReserved...
2019-01-03 Tomas Cohen AraziBug 19066: (QA follow-up) Fix ChargeReserveFee
2019-01-03 Kyle M HallBug 19066: Add branchcode to accountlines
2018-10-24 Tomas Cohen AraziBug 15486: (follow-up) Default to unlimited
2018-10-24 Tomas Cohen AraziBug 15486: Extend CanItemBeReserved so it handles daily...
2018-10-03 Jonathan DruartBug 18887: Insert undef instead of '*'
2018-10-03 Kyle M HallBug 18887: (follow-up) Fix null/empty behavior
2018-10-03 Kyle M HallBug 18887: Port max_holds rules to new CirculationRules...
2018-09-14 Kyle M HallBug 19469: Add ability to split view of holds view...
2018-09-06 Nick ClemensBug 7534: (RM follow-up) Fix tests and adjust after...
2018-09-06 Kyle M HallBug 7534: Disambiguate branchcode parameter, make it...
2018-09-06 Lari TaskulaBug 7534: Validate pickup location in CanBook/ItemBeRes...
2018-08-31 Jonathan DruartBug 21201: Replace C4::Items::GetItemnumbersForBiblio...
2018-08-24 Nick ClemensBug 15524: (RM follow-up) Fix calls and add filter
2018-08-24 Kyle M HallBug 15524: (QA follow-up) Change Can[Book|Item]BeReserv...
2018-08-24 Kyle M HallBug 15524: (QA follow-up) Respect ReservesControlBranch
2018-08-24 Kyle M HallBug 15524: Set limit on maximum possible holds per...
2018-08-08 Nick ClemensBug 21075: AutoUnsuspendHolds should unsuspend holds...
2018-06-04 Kyle M HallBug 17561: (QA follow-up) Simplify new ReserveSlip...
2018-06-04 Benjamin RoksethBug 17561: ReserveSlip needs itemnumber for item level...
2018-05-16 Jonathan DruartBug 20724: Move the ReservesNeedReturns logic to AddReserve
2018-05-16 Kyle M HallBug 20724: Correctly mark an hold as waiting - Reserves...
2018-02-13 Jonathan DruartBug 19301: Remove C4::Reserves::OnShelfHoldsAllowed
2018-02-13 Jonathan DruartBug 19301: Move C4::Reserves::OnShelfHoldsAllowed to...
2018-02-13 Marcel de RooyBug 4319: (QA follow-up) Consistency in IsAvailableForI...
2018-02-13 Alex ArnaudBug 4319: [OPAC] Allow holds on waiting/transit items
2018-01-02 Jonathan DruartBug 19304: Move C4::Members::GetNoticeEmailAddress...
2018-01-02 Jonathan DruartBug 19300: Replace C4::Reserves::OPACItemHoldsAllowed...
2017-12-11 Jonathan DruartBug 19299: Replace C4::Reserves::GetReservesForBranch...
2017-12-07 Jonathan DruartBug 19766: (bug 19058 follow-up) Fix Preview routing...
next