Bug 27873: Improve message consistency: checkout and patron detail pages
[koha.git] / circ / circulation.pl
2021-07-12 Owen LeonardBug 27873: Improve message consistency: checkout and...
2021-04-21 Jonathan DruartBug 18912: Display more info when using itemBarcodeFall...
2021-03-09 Jonathan DruartBug 27652: Display patron's categories for sysprefs...
2021-03-04 Joonas KylmäläBug 25690: Make CanBookBeIssued return In Processing...
2021-03-04 Joonas KylmäläBug 25690: Remove double usage of 'Reserved' return...
2020-10-15 Julian MauriceBug 25898: Prohibit indirect object notation
2020-10-14 Kyle M HallBug 19382: (QA follow-up) Fix typos
2020-10-14 Kyle M HallBug 19382: Add blocking of ability to checkout on circu...
2020-10-14 Kyle M HallBug 19382: Add ability to block guarantees based on...
2020-10-01 Martin RenvoizeBug 25261: (QA follow-up) Capitalize return of needsconfirm
2020-09-03 Jonathan DruartBug 24663: Remove authnotrequired if set to 0
2020-05-22 Jonathan DruartBug 24612: Make hold-transfer-slip take reserve_id
2020-05-04 Jonathan DruartBug 25133: Handle 12hr format for dt_from_string
2020-03-10 Katrin FischerBug 17845: Remove unused code related to printers
2020-03-02 Jonathan DruartBug 21746: Remove NO_LIBRARY_SET
2020-02-17 Jonathan DruartBug 23084: Replace grep {^$var$} with grep {$_ eq ...
2020-02-04 Jonathan DruartBug 24171: Preserve auto_renew when triggering itemBarc...
2020-01-20 Jonathan DruartBug 24018: Remove die "Not logged in"
2019-10-31 Kyle M HallBug 14697: Enhance the return claims feature
2019-10-08 Katrin FischerBug 23697: (QA follow-up) Rename PatronAutocompletion...
2019-10-08 Matthias MeusburgerBug 23697: (follow-up) Add autocompletion search in...
2019-10-03 Nicolas LegrandBug 23686: Check onsite checkout when the last checkout...
2019-08-20 Kyle M HallBug 14570: Make it possible to add multiple guarantors...
2019-07-01 Martin RenvoizeBug 17492: (RM follow-up) Use more specific method...
2019-07-01 Radek ŠimanBug 17492: Add a warning about age being of-limits...
2019-06-24 Jonathan DruartBug 23158: Make the assignment statement more readable
2019-06-24 Fridolin SomersBug 23158: keep on-site checkout info when using itemBa...
2019-03-28 Josef MoravecBug 12159: Fix getting extended patron attributes for...
2019-01-28 Fridolin SomersBug 21877: Use AuthorisedValues.GetDescriptionByKohaFie...
2019-01-02 Jonathan DruartBug 21928: (bug 18789 follow-up) Fix CircAutoPrintQuick...
2018-11-16 Katrin FischerBug 21796: Don't unlock checkouts if restriction exists...
2018-08-14 Jonathan DruartBug 20226: Centralize update child code (CATCODE_MULTI)
2018-07-23 Jonathan DruartBug 17698: Do not send pending_checkout_notes from...
2018-07-23 Aleisha AmohiaBug 17698: (follow-up) Changing to Koha Objects style...
2018-03-26 Katrin FischerBug 20067: Fix other checks for linked authorised value...
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-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: output_and_exit_if_error for circulation.pl
2018-02-05 Charlotte CordwellBug 19997: use Modern::Perl in Circulation perl scripts
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
2017-10-27 Marcel de RooyBug 19493: Remove few warnings from circulation.pl
2017-10-25 Jonathan DruartBug 19431: Fix error when checking out an unknown barcode
2017-08-25 Jonathan DruartBug 19080: Handle non-existing patrons gratefully
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-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 - circulation...
2017-04-24 Nick ClemensBug 18435 - Language entered in Materials Specified...
2017-04-21 Nick ClemensBug 18423 - Add child button not always appearing ...
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-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
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: use get_description_by_koha_field when needed
2016-11-18 Jonathan DruartBug 17642: use find_by_koha_field when needed
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-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-09 Jonathan DruartBug 16272: Automatically switch an on-site checkout...
2016-09-08 Jonathan DruartBug 15758: Koha::Libraries - Remove GetBranches
2016-09-08 Jonathan DruartBug 15758: Koha::Libraries - Remove GetBranchName
2016-09-08 Jonathan DruartBug 15407: Koha::Patron::Categories - replace GetborCat...
2016-08-22 Jonathan DruartBug 16960: Update 1 missing occurrence of GetModifications
2016-08-18 Jonathan DruartBug 17095: (bug 16849 follow-up) Fix regression if...
2016-08-10 Jonathan DruartBug 17020: Do no pass findborrower to the template
2016-07-15 Jonathan DruartBug 16849: Move IsDebarred to Koha::Patron->is_debarred
2016-07-08 Kyle M HallBug 16780 - Specify due date always sets time as AM...
2016-06-24 Jonathan DruartBug 3669: Remove parameters passed to action of form
2016-06-24 AleishaBug 3669: Moving 'Add a new message' into a pop up...
2016-06-24 Jonathan DruartBug 16527: Restore sticky due date behavior
2016-06-17 Jonathan DruartBug 16670: (bug 15823 follow-up) CGI->param should...
2016-06-10 Tomas Cohen AraziBug 16667: Unused variable and function call in circula...
2016-05-23 Kyle M HallBug 16499 [QA Followup] - Improve readability
2016-05-23 Jonathan DruartBug 16499: Remove "Use of uninitialized value" warnings...
next