Bug 19074: Fix category display in Batch patron modification.
[koha.git] / Koha / Patron.pm
2017-07-28 Alex BuckleyBug 18987 - Added Koha::Account package pragma to Patron.pm
2017-05-12 Jonathan DruartBug 18314: Resetting the password removes the lock
2017-05-12 Jonathan DruartBug 18314: Account lockout
2017-04-28 Kyle M HallBug 12461 [QA Followup]
2017-04-28 Kyle M HallBug 12461 - Add patron clubs feature
2017-02-27 Kyle M HallRevert "Bug 12461 - Add patron clubs feature"
2017-02-23 Kyle M HallBug 12461 - Add patron clubs feature
2017-02-17 Jonathan DruartBug 17933: Add test and return unless defined dob
2017-02-17 Dobrica PavlinusicBug 17933 - Internal software error when searching...
2017-02-14 Marcel de RooyBug 17935: Adjust some POD lines, fix a few typos
2017-02-07 Nick ClemensBug 17782 - Patron updated_on field should be set to...
2017-01-13 Jonathan DruartBug 17741: Use Koha::Patron->holds when deleting a...
2017-01-13 Jonathan DruartBug 17740: Add the Koha::Patron->holds method
2016-12-30 Marcel de RooyBug 17569: [QA Follow-up] Small changes
2016-12-28 Kyle M HallBug 17584 [QA Followup] - Rename Koha::Patron::get_chec...
2016-12-28 Jonathan DruartBug 17584: Add the Koha::Patron->get_checkouts method
2016-12-20 Jonathan DruartBug 17796: Move Koha::OldIssue[s] to Koha::Checkout[s]
2016-12-20 Jonathan DruartBug 17796: Replace Koha::Issue[s] with Koha::Checkout[s]
2016-12-16 Jonathan DruartBug 17585: Replace ->get_account_lines with ->account
2016-12-16 Jonathan DruartBug 17585: Add the Koha::Patron->get_account_lines...
2016-12-16 Jonathan DruartBug 17568: Add the Koha::Patron->library method
2016-12-16 Jonathan DruartBug 17557: Koha::Patrons - Move GetAge to ->set_age...
2016-12-02 Jonathan DruartBug 17580: Add the Koha::Patron->get_overdues method
2016-12-02 Marcel de RooyBug 17583: [QA Follow-up] Final polishing
2016-12-02 Jonathan DruartBug 17583: Make sure we are comparing 2 dates
2016-12-02 Jonathan DruartBug 17583: Fix tests
2016-12-02 Jonathan DruartBug 17583: Add the Koha::Patron->is_going_to_expired...
2016-11-15 Jonathan DruartBug 17579: Make sure we are testing the real life
2016-11-15 Jonathan DruartBug 17579: Add the Koha::Patron->is_expired
2016-11-15 Jonathan DruartBug 17555: Add Koha::Patron->category
2016-10-28 Josef MoravecBug 17443: Make possible to renew patron by later of...
2016-10-28 Jonathan DruartBug 16912: Koha::Patrons - Move AddEnrolmentFeeIfNeeded...
2016-10-26 Kyle M HallBug 14610 - Add and update modules
2016-10-21 Jonathan DruartBug 5670: Does not return 0 in Koha::Patron->housebound...
2016-10-21 Alex SassmannshausenBug 5670: [QA Followup] Correct housebound role search.
2016-10-21 A. SassmannshausenBug 5670: Housebound Readers Module
2016-10-21 Jonathan DruartBug 16907: Make sure the log will be written only if...
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...
2016-09-13 Marcel de RooyBug 16276: [QA Follow-up] Only track when pref is enabled
2016-09-09 Kyle M HallBug 16911 [QA Followup] - No need to 'use C4::Members'
2016-09-09 Jonathan DruartBug 16851: Move HasOverdues to Koha::Patron->has_overdues
2016-09-09 Jonathan DruartBug 16911: Rename extend_subscription with renew_account
2016-09-09 Jonathan DruartBug 16911: Koha::Patrons - Move ExtendMemberSubscriptio...
2016-07-15 Jonathan DruartBug 16853: Move changepassword to Koha::Patron->update_...
2016-07-15 Jonathan DruartBug 16849: Move IsDebarred to Koha::Patron->is_debarred
2016-07-08 Alex SassmannshausenBug 6906: Follow coding guidelines in terminology.
2016-07-08 Alex SassmannshausenBug 6906 - show 'Borrower has previously issued...
2016-04-29 Kyle M HallBug 14577 - Allow restriction of checkouts based on...
2016-03-24 Tomas Cohen Arazi Bug 16136: Koha::Patron contains 'return undef' and...
2016-03-12 Kyle M HallBug 15656 [QA Followup] - Return without searching...
2016-03-12 Jonathan DruartBug 15656: Move guarantor/guarantees code - GetMemberRe...
2016-03-12 Jonathan DruartBug 15656: Move guarantor/guarantees code - GetGuarantees
2016-03-04 Jonathan DruartBug 15635: Koha::Patron::Images - Remove GetPatronImage
2016-03-03 Jonathan DruartBug 15548: Move new patron related code to Patron*