Bug 17740: Add the Koha::Patron->holds method
[koha.git] / C4 /
2017-01-13 Benjamin RoksethBug 17766 - Patron notification does not work with...
2017-01-12 Kyle M HallBug 15905 - Remove use of makepayment
2017-01-12 Jonathan DruartBug 17234: Need to separate KEY and FOREIGN KEY checks
2017-01-11 Kyle M HallBug 15908 - Remove use of recordpayment_selectaccts
2017-01-11 Kyle M HallBug 15909 - Remove the use of makepartialpayment
2017-01-11 Kyle M HallBug 15898 - Use Koha::Account::pay internally for makep...
2017-01-11 Jonathan DruartBug 17234: Move new subroutines to C4::Installer
2017-01-10 Kyle M HallBug 15897 - Use Koha::Account::pay internally for recor...
2016-12-30 Jonathan DruartBug 17569: Remove C4::Members::GetUpcomingMembershipExpires
2016-12-30 Jonathan DruartBug 13726: Make Koha::Acq::Bookseller using Koha::Object
2016-12-30 Jonathan DruartBug 17820: use ->find instead of search->next
2016-12-28 Jonathan DruartBug 17679: C4::Circulation - Remove unused GetItemIssues
2016-12-28 Kyle M HallBug 17781 - Improper branchcode set during renewal
2016-12-28 Jonathan DruartBug 17246: Do no support arrayref to define multiple FK
2016-12-23 Jonathan DruartBug 17678: Use Koha::Checkouts instead of Koha::Issues
2016-12-23 Jonathan DruartBug 17678: C4::Circulation - Replace GetIssues with...
2016-12-23 Lyon3 TeamBug 17317: Perfomance Improvement
2016-12-23 Lyon3 TeamBug 17317: ILSDI: Getavailability method with id_type...
2016-12-23 Aleisha AmohiaBug 17208: Checking if classification source or filing...
2016-12-22 Jonathan DruartBug 17764: (bug 17556 follow-up) Fix search for logged...
2016-12-16 Jonathan DruartBug 17631: Koha::Biblio - Remove GetHolds
2016-12-16 Jonathan DruartBug 17578: GetMemberDetails - Remove GetMemberDetails
2016-12-16 Jonathan DruartBug 17578: GetMemberDetails - Remove enrolmentperiod
2016-12-16 Jonathan DruartBug 17578: GetMemberDetails - Remove reservefee
2016-12-16 Jonathan DruartBug 17578: GetMemberDetails - Remove is_expired
2016-12-16 Jonathan DruartBug 17578: GetMemberDetails - Remove flags
2016-12-16 Jonathan DruartBug 17578: GetMemberDetails - Remove amountoutstanding
2016-12-16 Jonathan DruartBug 17578: GetMemberDetails - Remove authflags - 2
2016-12-16 Jonathan DruartBug 17578: GetMemberDetails - Remove authflags - 1
2016-12-16 Jonathan DruartBug 17578: GetMemberDetails - Remove BlockExpiredPatron...
2016-12-16 Jonathan DruartBug 17557: Koha::Patrons - Move GetAge to ->set_age...
2016-12-16 Chris CormackBug 13029 : Follow up
2016-12-16 Julian MauriceBug 13029: Allow to pass additional parameters to SMS...
2016-12-16 Marcel de RooyBug 17666: [QA Follow-up] Mark File::Slurp as required
2016-12-16 Jonathan DruartBug 17666: Revert "Bug 16685 [QA Followup] - Use Path...
2016-12-09 Jonathan DruartBug 17556: Koha::Patrons - Remove GetHideLostItemsPrefe...
2016-12-09 Kyle M HallBug 15896 - Use Koha::Account::pay internally for makep...
2016-12-09 Marcel de RooyBug 15906: [QA Follow-up] Correct a partial payment
2016-12-09 Jonathan DruartBug 15822: Fix 500 error when searching if items.onloan...
2016-12-02 Petter Goksøyr ÅsenBug 17671: Remove unused variables in C4::Reserves
2016-11-22 Kyle M HallMerge remote-tracking branch 'translations/16.11.0...
2016-11-22 Jonathan DruartBug 17278: Fix "show all items" link
2016-11-22 Jonathan DruartBug 17278: Use available limit when requesting zebra...
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-18 Kyle M HallBug 14736 - AllowRenewalIfOtherItemsAvailable slows...
2016-11-18 Jonathan DruartBug 17323: Column search_history.time cannot be null
2016-11-15 Tomas Cohen AraziBug 17599: (QA followup) Perltidy really long lines
2016-11-15 Jonathan DruartBug 17599: Move C4::Circulation::GetIssuingRule to...
2016-11-15 Nick ClemensBug 16520 - (Follow up) Restore retrieval of syspref_cache
2016-11-14 Mark TompsettBug 15690: Hardcoded 16 is uncool
2016-11-14 Jonathan DruartBug 15690: CardnumberLength should not be bigger than 16
2016-11-10 Tomas Cohen AraziBug 17563: (followup) Silence undef warnings
2016-11-10 Jonathan DruartBug 17563: Fix Acquisition/CancelReceipt.t
2016-11-07 Jonathan DruartBug 17535: Fix search for reports by keywords
2016-11-07 Matthias MeusburgerBug 17481: Fix incorrect merge of bug 11048 (logout...
2016-11-07 Jonathan DruartBug 16908: Remove non-desired export line
2016-11-07 Jonathan DruartBug 12633: Remove export line
2016-11-02 Jonathan DruartBug 16852: Remove GetBorrowerCategorycode
2016-11-02 Jonathan DruartBug 15581: Display the latest auto renew date possible...
2016-11-02 Jonathan DruartBug 15581: Add a circ rule to limit the auto renewals...
2016-10-28 Jonathan DruartBug 15803: Koha::AuthorisedValues - Remove C4::Koha...
2016-10-28 Jonathan DruartBug 16912: Koha::Patrons - Move AddEnrolmentFeeIfNeeded...
2016-10-28 BlouBug 16123 - Display budget hierarchy in the budget...
2016-10-28 Julian MauriceBug 13323: Recalculate tax_value for partially received...
2016-10-28 Jonathan DruartBug 13323: Tax rate can change on receiving
2016-10-28 Jonathan DruartBug 13324: The fund values should be based on tax inclu...
2016-10-28 Nick ClemensBug 13321 - (QA Followup) Restore standing order functi...
2016-10-28 Julian MauriceBug 13321: Recalculate tax_value for partially received...
2016-10-28 Jonathan DruartBug 13321: Fix unitprice rounding
2016-10-28 Jonathan DruartBug 13321: Csv export - Display rrp and ecost with...
2016-10-28 Jonathan DruartBug 13321: Fix the prices calculation method
2016-10-28 Jonathan DruartBug 13321: Rename variables
2016-10-28 Jonathan DruartBug 15801: Koha::BiblioFrameworks - Remove C4::Koha...
2016-10-28 Jonathan DruartBug 15801: Koha::BiblioFrameworks - Remove C4::Koha...
2016-10-28 Jonathan DruartBug 15801: Koha::BiblioFrameworks - Remove C4::Koha...
2016-10-28 Marcel de RooyBug 14629: [QA Follow-up] Small tidy up
2016-10-28 Nick ClemensBug 14629 - [QA Followup] Pass invalid ISSN through...
2016-10-28 Nick ClemensBug 14629 - Add aggressive ISSN matching feature equiva...
2016-10-28 Katrin FischerBug 5260: QA follow-up: Fix error when no notice templa...
2016-10-28 Katrin FischerBug 5260: Follow-up - Reindenting POD of SendAlerts
2016-10-28 Katrin FischerBug 5260 - Add option to send an order by e-mail to...
2016-10-28 kohamasterBug 17435: Gives ability to display stocknumber in...
2016-10-28 Kyle M HallBug 14598 [QA Followup] - Correct the behavior of GetItem
2016-10-28 Kyle M HallBug 14598 [QA Followup] - Only fetch bib data if needed
2016-10-28 Brendan A GallagherBug 14598 - QA Followup touching CanBookBeIssued subroutine
2016-10-28 Kyle M HallBug 14598: (QA followup) Don't die on bad barcode
2016-10-28 Tomas Cohen AraziBug 14598: Make C4::Circulation::AddReturn store the...
2016-10-27 Jonathan DruartBug 14874: Set default DefaultPatronSearchFields
2016-10-27 Nick ClemensBug 14874 - Add ability to search for patrons by date...
2016-10-27 Jonathan DruartBug 17375: Search by dateofbirth - handle invalid dates
2016-10-26 Kyle M HallBug 14610 - Add and update modules
2016-10-21 Tomas Cohen AraziBug 17425: Add Try::Tiny dependency
2016-10-21 Jonathan DruartBug 17080: borrowers.checkprevcheckout - use the defaul...
2016-10-21 Jonathan DruartBug 17080: Make C4::Members::AddMember uses Koha::Patro...
2016-10-21 Jonathan DruartBug 15131: Add AllowItemsOnHoldCheckoutSCO to UsageStats
2016-10-21 Jonathan DruartBug 16907: Koha::Patrons - Move HandleDelBorrower to...
2016-10-21 Jonathan DruartBug 16907: Koha::Patrons - Move DelMember to ->delete
2016-10-21 Jonathan DruartBug 16891: Move C4::Members::MoveMemberToDeleted to...
next