Bug 22770: DBRev 19.06.00.004
[koha.git] / C4 / Reserves.pm
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...
2017-11-26 Mirko TietgenBug 18547: On shelf holds allowed > "If all unavailable...
2017-10-06 Marcel de RooyBug 19260: [QA Follow-up] Remove obsolete $dbh
2017-10-06 Josef MoravecBug 19260: Holds marked as problems being seen as expir...
2017-09-29 Josef MoravecBug 19116: Hold not set to waiting after transfer
2017-09-12 Marcel de RooyBug 19059: [QA Follow-up] Typo holds for hold
2017-09-12 Jonathan DruartBug 19059: Fix compilation issues
2017-09-12 Jonathan DruartBug 19059: Remove CancelReserve
2017-09-12 Jonathan DruartBug 19059: Remove CancelReserve - do not log DELETE
2017-09-12 Jonathan DruartBug 19059: Move C4::Reserves::CancelReserve to Koha...
2017-09-01 Jonathan DruartBug 19058: Move C4::Reserves::GetReserveId to the Koha...
2017-09-01 Jonathan DruartBug 19057: Remove C4::Reserves::GetReserve
2017-09-01 Jonathan DruartBug 19057: Move C4::Reserve::GetReserve to Koha::Holds
2017-09-01 Jonathan DruartBug 19056: Replace C4::Reserves::GetReserveCount with...
2017-09-01 Jonathan DruartBug 19055: Remove C4::Reserves::GetReservesToBranch
2017-08-30 Jonathan DruartBug 19025: Remove C4::Reserves::GetReserveInfo
2017-08-30 Jonathan DruartBug 19025: Move GetReserveInfo to Koha::Holds
2017-07-14 Jonathan DruartBug 18262: Koha::Biblio - Remove GetBiblioData - part 1
2017-07-10 Jonathan DruartBug 17829: Move GetMember to Koha::Patron
2017-07-05 Jonathan DruartBug 17738: Remove C4::Reserves::GetReservesFromBorrower...
2017-06-15 Jonathan DruartBug 17975: Let C4::Letters manage today param substitution
2017-05-09 Jonathan DruartBug 17762: Send lang to GetPreparedLetter
2017-05-09 Alex ArnaudBug 12063 - Remove checking of ExpireReservesMaxPickUpD...
2017-05-09 Alex ArnaudBug 12063 - Fix QA failures
2017-05-09 Alex ArnaudBug 12063: Change date calculation for reserve expirati...
2017-04-13 Jonathan DruartBug 17737: Remove C4::Reserves::GetReservesFromItemnumber
2017-03-31 Jonathan DruartBug 17560: Improve strenght of hold existence test
2017-03-31 Jonathan DruartBug 17560: Hold fee placement at point of checkout
2017-03-31 Jonathan DruartBug 17560: Update current code
2017-03-31 Jonathan DruartBug 17736: Remove C4::Reserves::GetReservesFromBiblionumber
2017-03-23 Nick ClemensBug 17995 - HOLDPLACED notice should have access to...
2017-03-22 Nicolas LegrandBug 18150 - CanItemBeReserved doesn't work with (Indepe...
2017-02-07 Mirko TietgenBug 18015 - On shelf holds allowed > "If all unavailabl...
2017-01-13 Benjamin RoksethBug 17766 - Patron notification does not work with...
2016-12-02 Petter Goksøyr ÅsenBug 17671: Remove unused variables in C4::Reserves
2016-11-15 Jonathan DruartBug 17599: Move C4::Circulation::GetIssuingRule to...
2016-09-08 Kyle M HallBug 14695 [QA Followup]
2016-09-03 Kyle M HallBug 14695 [QA Followup] - Fix issues found by QA script
2016-09-03 Kyle M HallBug 14695 [QA Followup] - Fix clearing of all holds...
2016-09-03 Kyle M HallBug 14695 [QA Followup] - Make existing unit tests...
2016-09-03 Kyle M HallBug 14695 [QA Followup] - Filling one hold fills all...
2016-09-03 Kyle M HallBug 14695 - Add ability to place multiple item holds...
2016-09-03 Kyle M HallBug 14695 - Tidy C4::Reserves::CanItemBeReserved
2016-09-01 Kyle M HallBug 16942 [QA Followup] - Add unit test
2016-08-17 Tomas Cohen AraziBug 14642: Add logging for Holds
2016-07-08 Lyon3 TeamBug 14968 - found shouldn't be set to null when cancell...
2016-05-31 Lari TaskulaBug 16200: Make 'Hold waiting too long' translatable...
2016-04-29 Kyle M HallBug 15534 [QA Followup] - Use IsItemOnHoldAndFound...
2016-04-29 Kyle M HallBug 15534 - Add the ability to prevent a patron from...
2016-04-29 Julian MauriceBug 15533: Fix 'ambiguous' SQL query in CanItemBeReserved
2016-04-29 Kyle M HallBug 15533 - Allow patrons and librarians to select...
2016-04-29 Kyle M HallBug 15532: Add ability to allow only items whose home...
2016-03-24 Jonathan Druart Bug 16011: $VERSION - Remove comments
2016-03-24 Jonathan Druart Bug 16011: $VERSION - Remove the $VERSION init
2016-03-24 Jonathan Druart Bug 16011: $VERSION - remove use vars $VERSION
next