https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34621 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the| |This fixes the option when release notes| |importing patrons so that | |for the expiry date is | |updated for existing | |patrons (Tools > Patrons > | |Import patrons > Preserve | |existing values > Overwrite | |the existing one with this | |> Renew existing patrons - | |from the current membership | |expiry date). CC| |david@davidnind.com --- Comment #4 from David Nind <david@davidnind.com> --- Testing notes using KTD: 1. I used this data, saved as a CSV file, to test: cardnumber surname branchcode categorycode 23529000651225 Burton CPL PT 2. Before the patch was applied and after importing the patron data, the expiry date remained as 12/31/2099. 3. After the patch was applied and after importing the patron data, the expiry date was 03/31/2108 - adding 99 months (8 years and 3 months) for the Patron (PT) category. -- You are receiving this mail because: You are watching all bug changes.