Bug 18235: Add missing POD to get_facetable_fields
[koha.git] / circ /
2019-03-28 Josef MoravecBug 12159: Fix getting extended patron attributes for...
2019-03-28 Owen LeonardBug 22536: Display problem in Holds to Pull report
2019-03-21 Josef MoravecBug 13763: (follow-up) Strip leading whitespace charact...
2019-03-21 Hayley MapleyBug 13763: Added check for filter syspref in renew.pl
2019-03-15 Kyle M HallBug 14591: book drop / drop box mode incorrectly decrem...
2019-02-11 Katrin FischerBug 17347: Ignore whitespace before and after on renewing
2019-01-28 Fridolin SomersBug 21877: Use AuthorisedValues.GetDescriptionByKohaFie...
2019-01-02 Jonathan DruartBug 21928: (bug 18789 follow-up) Fix CircAutoPrintQuick...
2018-11-21 Nick ClemensBug 21837: Don't set holdingbranch filter using selecte...
2018-11-16 Katrin FischerBug 21796: Don't unlock checkouts if restriction exists...
2018-11-08 Nick ClemensBug 21628: Simplify holds awating pickup report
2018-11-08 Josef MoravecBug 21719: Fix typos
2018-10-15 Katrin FischerBug 15139: Add non-public item notes to overdue report
2018-10-15 BlouBug 21291: (follow-up) Pass subscriptionsnumber to...
2018-10-15 BlouBug 21291: request-article.pl doesn't show MARC, Labele...
2018-10-15 Dobrica PavlinusicBug 21320: Holds to pull should honor syspref AllowHold...
2018-10-13 Jonathan DruartBug 21464: Hide patron's title not biblio's title
2018-10-13 Jonathan DruartBug 21464: Fix overdue list export
2018-08-30 Katrin FischerBug 19383: (QA follow-up) Remove unused name variable
2018-08-30 Kyle M HallBug 19383: Add ability to print hold receipts automatically
2018-08-30 Jonathan DruartBug 21183: Replace C4::Items::GetItemnumberFromBarcode...
2018-08-30 Jonathan DruartBug 21168: Handle deleted checked-in items on checking in
2018-08-14 Jonathan DruartBug 20226: Centralize update child code (CATCODE_MULTI)
2018-08-10 Jonathan DruartBug 20661: Shortcut circ scripts if a blocking error...
2018-08-09 Jonathan DruartBug 21056: Add another flush later
2018-08-09 Kyle M HallBug 21056: Changing the logged in library can fail...
2018-07-23 Jonathan DruartBug 17698: Do not send pending_checkout_notes from...
2018-07-23 Aleisha AmohiaBug 17698: (follow-up) Fixing things in Comment 57
2018-07-23 Jonathan DruartBug 17698: (QA follow-up) Fix minors design issues
2018-07-23 Aleisha AmohiaBug 17698: (follow-up) Fixing some small issues
2018-07-23 Aleisha AmohiaBug 17698: (follow-up) Koha Objects, access borrower...
2018-07-23 Aleisha AmohiaBug 17698: (follow-up) Changing to Koha Objects style...
2018-07-23 Aleisha AmohiaBug 17698: Make patron notes show up on staff dashboard
2018-06-08 Marcel de RooyBug 20851: Add module to circ/article-request-slip.pl
2018-06-04 Nick ClemensBug 17561: (follow-up) Pass itemnumber on returns and...
2018-06-04 Benjamin RoksethBug 17561: ReserveSlip needs itemnumber for item level...
2018-05-29 Jonathan DruartBug 20822: (bug 18789 follow-up) Fix HOLD_SLIP
2018-05-24 Jonathan DruartBug 19287: (follow-up) Use the notice defined for the...
2018-05-11 Nick ClemensBug 20707: Replace circ/search.pl circulate permission...
2018-05-03 Victor GroussetBug 19972: Make holds to pull list honors item-level_it...
2018-05-03 Magnus EngerBug 20546: Display shelving location on checkin
2018-04-23 Jonathan DruartBug 19287: Do not display buttons for biblio level...
2018-04-23 Jonathan DruartBug 19287: Use the notice defined for the homebranch...
2018-04-23 Jonathan DruartBug 19287: Fix conflict with bug 19974
2018-04-23 Jonathan DruartBug 19287: Fix conflict with bug 19304
2018-04-23 Jonathan DruartBug 19287: Add ability to mark an item 'Lost' from...
2018-04-09 Jonathan DruartBug 18789: (follow-up) Pass a Koha::Patron object from...
2018-03-26 Katrin FischerBug 20067: Fix other checks for linked authorised value...
2018-03-23 Tomas Cohen AraziBug 19943: Gentle error handling for bookcount.pl
2018-03-23 Jonathan DruartBug 19943: Koha::Biblio - Replace GetBiblioItemData...
2018-03-23 Jonathan DruartBug 19933: Remove patronflags - tricky ones
2018-03-23 Jonathan DruartBug 19933: Remove patronflags - unused vars oldamount...
2018-02-23 Jonathan DruartBug 12001: Move GetMemberAccountRecords to the Koha...
2018-02-16 Josef MoravecBug 18789: (QA follow-up) Use is_child in circulation.pl
2018-02-16 Jonathan DruartBug 18789: Use the patron variable in circulation....
2018-02-16 Jonathan DruartBug 18789: Use Koha::Patron->is_adult where needed
2018-02-16 Jonathan DruartBug 18789: Use Koha::Patron->is_child where needed
2018-02-16 Jonathan DruartBug 18789: Use Koha::Patron->image from the templates
2018-02-16 Jonathan DruartBug 18789: Pass a Koha::Patron object from returns.pl
2018-02-16 Jonathan DruartBug 18789: Send Koha::Patron object to the templates
2018-02-12 Josef MoravecBug 15752: (QA follow-up) Remove unecessary redirect
2018-02-12 Jonathan DruartBug 15752: (QA follow-up) Remove unecessary redirect
2018-02-12 Josef MoravecBug 15752: (QA follow-up) Inform user that patron was...
2018-02-12 Josef MoravecBug 15752: (follow-up) Search for patrons only if param...
2018-02-12 Chad BillmanBug 15752: Automatically switch to patron when cardnumb...
2018-02-12 Jonathan DruartBug 18403: Add new methods Koha::Patrons->search_limite...
2018-02-12 Jonathan DruartBug 18403: output_and_exit_if_error for circulation.pl
2018-02-12 Jonathan DruartBug 18403: Use patron-title.inc when hidepatronname...
2018-02-12 Jonathan DruartBug 18403: Only display libraries from group in dropdow...
2018-02-12 Jonathan DruartBug 18403: Update permissions - borrowers => 1|* become...
2018-02-12 Kyle M HallBug 16735: Remove use of get_categories
2018-02-08 Liz ReaBug 19801: Display messages on user details page as...
2018-02-05 Charlotte CordwellBug 19997: use Modern::Perl in Circulation perl scripts
2018-01-30 Nick ClemensBug 20003: (QA follow-up) use patron checkouts method...
2018-01-30 Josef MoravecBug 20003: Fix showing number of remaining checkouts...
2018-01-15 Jonathan DruartBug 19921: Fix update child when only one adult patron...
2018-01-09 Jonathan DruartBug 19280: Pass a Koha::Patron to CanBookBeIssued
2018-01-08 Jonathan DruartBug 19899: Restore Item floats feature - do not crash
2018-01-02 Jonathan DruartBug 19798: Fix print transfer slip
2017-12-22 Marcel de RooyBug 19494: Add reservedate to Holds awaiting pickup
2017-12-22 Jonathan DruartBug 19840: Fix - display patron note on checkin
2017-12-11 Jonathan DruartBug 19746: Remove debug statements in returns.pl
2017-12-11 Jonathan DruartBug 19299: Replace C4::Reserves::GetReservesForBranch...
2017-12-11 Jonathan DruartBug 10021: Drop columns notify_id and notify_level...
2017-12-11 Jonathan DruartBug 10021: Drop table notifys and related code
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
next