[Koha-bugs] [Bug 34617] Patron expiration dates not updated during import when there is no dateexpiry column in the file

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Aug 25 16:59:35 CEST 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34617

--- Comment #2 from Nick Clemens <nick at bywatersolutions.com> ---
Created attachment 154817
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=154817&action=edit
Bug 34617: Preserve calculated expiration dates if set to update on import
whether column included or not

To test:
1 - Setup a csv with column headers:
    surname     firstname       branchcode      categorycode    cardnumber     
dateenrolled
2 - add values
    Acosta      Edna    CPL     PT      23529001000463  02/01/2013
3 - Set PT catgeory enrollement period to a specific date in the future
4 - Import the file and overwrite patrons and update dateexpiration
5 - Check Edna, note her date is not correct
6 - Apply patch
7 - Repeat
8 - Expiration date is now set as expected

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list