Bug 23049: (follow-up) VARCHAR(80) + ac -> account
[koha.git] / Koha / Patron / Discharge.pm
2019-10-07 Dobrica PavlinusicBug 23589: Discharge notice does not show non-latin...
2018-07-13 Charles FarmerBug 21025: Add GetPreparedLetter to Koha::Patron::Discharge
2018-06-22 Fridolin SomersBug 20951: add missing use Koha::Patron::Debarments...
2018-04-03 Jonathan DruartBug 19935: Use ->checkouts when ->pending_checkouts...
2018-04-03 Jonathan DruartBug 19935: Replace GetPendingIssues - Discharges
2018-02-12 Jonathan DruartBug 18403: Deal with the DB user
2018-02-12 Jonathan DruartBug 18403: Patron discharges
2017-09-12 Jonathan DruartBug 19059: Move C4::Reserves::CancelReserve to Koha...
2017-08-08 Jonathan DruartBug 18851: Database handler must not be created at...
2017-07-05 Jonathan DruartBug 17738: Replace GetReservesFromBorrowernumber with...
2017-05-09 Jonathan DruartBug 17762: Send lang to GetPreparedLetter
2016-07-15 Jonathan DruartBug 16849: Move IsDebarred to Koha::Patron->is_debarred
2016-03-03 Jonathan DruartBug 15548: Move new patron related code to Patron*