Update release notes for 17.11.18 release
[koha.git] / circ /
2019-02-15 Katrin FischerBug 17347: Ignore whitespace before and after on renewing
2019-02-12 Fridolin SomersBug 21877: Use AuthorisedValues.GetDescriptionByKohaFie...
2018-12-19 Nick ClemensBug 21837: Don't set holdingbranch filter using selecte...
2018-11-09 Dobrica PavlinusicBug 21320: Holds to pull should honor syspref AllowHold...
2018-09-24 Jonathan DruartBug 21168: Handle deleted checked-in items on checking in
2018-09-21 Jonathan DruartBug 21056: Add another flush later
2018-09-21 Kyle M HallBug 21056: Changing the logged in library can fail...
2018-07-26 Nick ClemensBug 12001: [17.11.X] Remove simple calls to GetMemberAc...
2018-07-03 Jonathan DruartBug 21019: Fix display of patron's address on reserve...
2018-06-14 Marcel de RooyBug 20851: Add module to circ/article-request-slip.pl
2018-06-14 Victor GroussetBug 19972: Make holds to pull list honors item-level_it...
2018-06-11 Magnus EngerBug 20546: Display shelving location on checkin
2018-06-07 Nick ClemensBug 17561: (follow-up) Pass itemnumber on returns and...
2018-06-07 Benjamin RoksethBug 17561: ReserveSlip needs itemnumber for item level...
2018-04-23 Katrin FischerBug 20067: Fix other checks for linked authorised value...
2018-02-02 Nick ClemensBug 20003: (QA follow-up) use patron checkouts method...
2018-02-02 Josef MoravecBug 20003: Fix showing number of remaining checkouts...
2018-01-23 Jonathan DruartBug 19921: Fix update child when only one adult patron...
2018-01-15 Jonathan DruartBug 19899: Restore Item floats feature - do not crash
2018-01-15 Jonathan DruartBug 19798: Fix print transfer slip
2018-01-15 Jonathan DruartBug 19840: Fix - display patron note on checkin
2017-12-15 Jonathan DruartBug 19746: Remove debug statements in returns.pl
2017-11-08 Jonathan DruartBug 10748: Add the ability to block return of lost...
2017-10-27 Marcel de RooyBug 19493: Remove few warnings from circulation.pl
2017-10-26 Jonathan DruartBug 17829: (follow-up) Move GetMember to Koha::Patron
2017-10-25 Jonathan DruartBug 19431: Fix error when checking out an unknown barcode
2017-10-13 Josef MoravecBug 19438: Fix sorting by date due in overdues.pl
2017-10-11 Jonathan DruartBug 15685: Avoid "Use of uninitialized value" warning...
2017-10-11 Nick ClemensBug 15685: (QA follow-up) Address QA issues
2017-09-12 Jonathan DruartBug 19059: Fix compilation issues
2017-09-12 Jonathan DruartBug 19059: Move C4::Reserves::CancelReserve to Koha...
2017-08-25 Jonathan DruartBug 19080: Handle non-existing patrons gratefully
2017-08-25 Mark TompsettBug 19040: Refactor GetMarcBiblio parameters
2017-08-15 Nick ClemensBug 18469: QA Follow-up
2017-08-15 Jonathan DruartBug 19053: Keep auto_renew flag if a confirmation is...
2017-07-26 Jonathan DruartBug 18966: Do not deal with duplicate issue_id on checkin
2017-07-10 Jonathan DruartBug 17829: Move GetMember to Koha::Patron
2017-07-10 Jonathan DruartBug 18276: barcode may be nonexistent when checking...
2017-07-10 Jonathan DruartBug 18276: Remove GetBiblioFromItemNumber - Easy ones
2017-07-10 Jonathan DruartBug 18276: Remove GetBiblioFromItemNumber - circulation...
2017-07-10 Jonathan DruartBug 17680: C4::Circulation - Remove GetItemIssue, compl...
2017-07-06 Marcel de RooyBug 18881: [QA Follow-up] Remove even more
2017-07-06 Marc VéronBug 18881: Remove dead code from view_holdsqueue.pl
2017-07-05 Jonathan DruartBug 17738: Replace GetReservesFromBorrowernumber with...
2017-07-05 Jonathan DruartBug 17843: Replace C4::Koha::getitemtypeinfo with Koha...
2017-05-09 Jonathan DruartBug 17762: Send lang to GetPreparedLetter
2017-05-09 Alex ArnaudBug 12063 - Fix QA failures
2017-04-28 Jonathan DruartBug 14224: Do not reintroduce GetItemIssue, it's dying
2017-04-28 Aleisha AmohiaBug 14224: Allow patron notes about item shown at check in
2017-04-24 Nick ClemensBug 18435 - Language entered in Materials Specified...
2017-04-21 Marc VéronBug 18335 - Check in: Make patron info in hold messages...
2017-04-21 Nick ClemensBug 18423 - Add child button not always appearing ...
2017-04-14 Jonathan DruartBug 17835: Replace GetItemTypes with Koha::ItemTypes
2017-04-13 Jonathan DruartBug 17737: Rename holds_placed_before_today with curren...
2017-04-13 Jonathan DruartBug 17737: Replace GetReservesFromItemnumber with Koha...
2017-03-31 Aleisha AmohiaBug 8548: Add datatable to circ overdue report, remove...
2017-03-31 Jonathan DruartBug 15498: Do not display sql csv profiles
2017-03-31 Jonathan DruartBug 15498: Let the user choose the CSV profile to expor...
2017-03-03 Jonathan DruartBug 16530: Add a new method to the Branches TT Plugin...
2017-03-03 AleishaBug 16530: Adding a circ sidebar navigation menu and...
2017-02-14 Jonathan DruartBug 17940: (follow-up 14695) Fix - Mark holds as waitin...
2017-02-14 Josef MoravecBug 18079: Holds to pull cleanup
2017-02-14 Josef MoravecBug 18073: Followup - don't use CONCAT_WS
2017-02-14 Josef MoravecBug 18073: Holds to pull table enhancement
2017-01-30 Jonathan DruartBug 9569: Remove unused occurrence of AutoLocation
2017-01-20 Jonathan DruartBug 17588: ->get_issues has been replaced with ->checkouts
2017-01-20 Jonathan DruartBug 17588: get_account_lines->get_balance has been...
2017-01-20 Jonathan DruartBug 17588: Koha::Patrons - Move GetMemberIssuesAndFines
2017-01-18 Mark TompsettBug 17919: (bug 17466 follow-up) Koha::Issue is now...
2017-01-13 Josef MoravecBug 17466: Show number of outstanding issues when check...
2016-12-16 Jonathan DruartBug 17578: GetMemberDetails - Remove GetMemberDetails
2016-12-16 Jonathan DruartBug 17578: GetMemberDetails - Remove flags
2016-12-02 Marcel de RooyBug 17583: [QA Follow-up] Final polishing
2016-12-02 Jonathan DruartBug 17583: Add the Koha::Patron->is_going_to_expired...
2016-12-02 Jonathan DruartBug 17583: Use Koha::Patron->is_expired from the circul...
2016-11-18 Jonathan DruartBug 17642: Add and use get_descriptions_by_koha_field
2016-11-18 Jonathan DruartBug 17642: use get_description_by_koha_field when needed
2016-11-18 Jonathan DruartBug 17642: use find_by_koha_field when needed
2016-11-02 Owen LeonardBug 16991: Add subtitle to holds to pull report
2016-11-02 Jonathan DruartBug 15581: Display the latest auto renew date possible...
2016-10-28 Jonathan DruartBug 17397: Simplify code passing the Koha::Object to...
2016-10-28 Josef MoravecBug 17397: Show name of librarian who created circulati...
2016-10-28 Jonathan DruartBug 15801: Koha::BiblioFrameworks - Remove C4::Koha...
2016-10-26 Kyle M HallBug 14610 [QA Followup] - Implement staff patron tab
2016-10-26 Kyle M HallBug 14610 - Add and update scripts
2016-10-21 Jonathan DruartBug 17253: Koha::AuthorisedValues - Remove GetKohaAutho...
2016-10-21 Jonathan DruartBug 17252 - Koha::AuthorisedValues - Remove GetAuthoris...
2016-10-21 Jonathan DruartBug 17250: Do not retrieve marc subfield structure...
2016-10-21 Jonathan DruartBug 17250 - Koha::AuthorisedValues - Remove GetAuthValCode
2016-10-11 Jonathan DruartBug 17248 - Koha::AuthorisedValues - Remove GetKohaAuth...
2016-09-25 Kyle M HallBug 17352 - Patron search type is hard coded to 'contai...
2016-09-15 Kyle M HallBug 13134 - Add patron category to returns confirmation...
2016-09-15 Kyle M HallBug 17010 - Canceling a hold awaiting pickup no longer...
2016-09-09 Jonathan DruartBug 16272: Automatically switch an on-site checkout...
2016-09-08 Jonathan DruartBug 15758: Fix variable name, it's a branchcode
2016-09-08 Jonathan DruartBug 15758: Koha::Libraries - Ultimate duel for C4:...
2016-09-08 Jonathan DruartBug 15758: Koha::Libraries - Move onlymine to C4::Conte...
2016-09-08 Jonathan DruartBug 15758: Koha::Libraries - Remove GetBranches
2016-09-08 Jonathan DruartBug 15758: Koha::Libraries - Remove GetBranchesLoop
2016-09-08 Jonathan DruartBug 15758: Koha::Libraries - Remove GetBranchName
next