Bug 19049: Fix regression on stage-marc-import with to_marc plugin
[koha.git] / circ / circulation.pl
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...
2016-05-16 Jonathan DruartBug 16259: Replace CGI->param with CGI->multi_param...
2016-05-06 Kyle M HallMerges translations for Koha 16.05
2016-05-06 AleishaBug 15823: Can still access patron discharge slip witho...
2016-05-06 Brendan GallagherMerge branch 'master' of git://git.koha-community.org...
2016-05-06 Jonathan DruartBug 15919: Batch checkout - Display the due date
2016-05-05 Kyle M HallBug 16429 - Fix root problem
2016-04-29 Kyle M HallBug 11565 - decreaseLoanHighHolds needs Override
2016-04-29 Kyle M HallBug 14577 - Allow restriction of checkouts based on...
2016-04-29 Kyle M HallBug 9393 - Add note to circulation.pl if borrower has...
2016-04-26 Jonathan DruartBug 16154: Fix some other occurrences
2016-04-26 Jonathan DruartBug 16154: CGI->multi_param - Force scalar context
2016-04-26 Jonathan DruartBug 16154: CGI->multi_param - Declare a list
2016-04-26 Robin SheatBug 12478: make things using SimpleSearch use the new...
2016-04-07 Jonathan DruartBug 16169: Change prototype for C4::Biblio::TransformMa...
2016-03-24 Julian Maurice Bug 12670: Show materials label in checkin/checkout...
2016-03-24 Jonathan Druart Bug 16125: Remove the flagged boolean in circ/circulat...
2016-03-21 Jonathan DruartBug 16082: Display a friendly "patron does not exist...
2016-03-21 Jonathan DruartBug 16073: (follow-up) Fix software error in circulation.pl
2016-03-21 Jonathan DruartBug 16073: Fix software error in circulation.pl
2016-03-12 Jonathan DruartBug 15656: Move guarantor/guarantees code - GetMemberRe...
2016-03-04 Jonathan DruartBug 15635: Koha::Patron::Images - Remove GetPatronImage
2016-03-03 Jonathan DruartBug 15548: Move new patron related code to Patron*
2016-03-03 Jonathan Druart Bug 15632: Koha::Patron::Messages - Remove GetMessages
2016-02-24 Natashabug 12920 - Remove AllowRenewalLimitOverride from pl...
2016-02-24 Jonathan DruartBug 15845: Do not import Add_Delta_YM from circulation.pl
2016-02-24 Marcel de RooyBug 15845: Renewal date in circulation.pl is not always...
2016-01-27 Marc Véron Bug 1983: Checkout: Hold repquest when checking out...
2016-01-27 Marc VéronBug 14015 - Checkout: Fix software error if barcode...
2016-01-04 Jonathan DruartBug 15344: Remove one occurrence in circ/circulation.pl
2015-12-30 Jonathan DruartBug 15344: Remove some other calls of GetMemberDetails...
2015-12-30 Jonathan Druart Bug 15324: Do not display 'Waiting holds:" if no holds...
2015-12-11 Katrin FischerBug 14349: Checkouts and Fines tab missing category...
2015-11-17 Eivin Giske SkaarenBug 10067: decreaseLoanHighHolds messes with specify...
2015-11-04 Kyle M HallBug 11431: Add additional sound options
2015-10-29 Marc VéronBug 14903: (followup)Remove C4::Dates from circ/circula...
2015-10-29 Marc VéronBug 14903: Remove C4::Dates from circ/circulation.pl...
2015-10-21 Jonathan DruartBug 14871: Extend the patrons search to search like...
2015-10-20 Tomas Cohen AraziBug 11759: (QA followup) Sysprefs should be kosher
2015-10-20 Kyle M HallBug 11759: (QA followup) Fix koha-qa errors
2015-10-19 Jonathan DruartBug 11759: (follow-up) Some fixes
2015-10-19 Jonathan DruartBug 11759: Batch checkout - Add the new template
2015-10-19 Jonathan DruartBug 11759: Batch checkout - prepare the ground
2015-10-13 Jonathan DruartBug 14045: Add specific quotas to on-site checkouts
2015-07-29 Kyle M HallBug 13851: Replace waiting holds logic in circulation...
2015-06-26 simithBug 11882: Add a new button to the checkout confirmatio...
2015-06-23 Jonathan DruartBug 14324: Display "Add Child" for Organisations on...
2015-05-14 Jonathan DruartBug 14194: Restore the HH:MM to 23:59 for onsite-checkouts
2015-04-29 Marc VéronBug 4041: Third step - Display address on patron's...
2015-04-20 Jonathan DruartBug 9978: Replace license header with the correct licen...
2015-04-13 Kyle M HallBug 13315 - Add feedback for last item checked out...
2015-04-13 Jonathan DruartBug 13926: ake circulation.pl not using C4::Members...
2015-04-13 Jonathan DruartBug 13497: Remove the pref AddPatronsLists
2015-03-15 Katrin FischerBug 13647: On-site checkouts - Allow library to specify...
2015-01-13 Jonathan DruartBug 11944: use CGI( -utf8 ) everywhere
2014-12-28 Jonathan DruartBug 13458: Display the correct patron categories
2014-11-20 Jonathan DruartBug 13255: On-site checkout due date wrong if SpecifyDu...
next