Bug 13704

Summary: Add ability to backup patron attributes on update
Product: Koha Reporter: Kyle M Hall <kyle>
Component: PatronsAssignee: Kyle M Hall <kyle>
Status: CLOSED INVALID QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: gmcharlt, kyle.m.hall
Version: unspecified   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on: 12598    
Bug Blocks:    
Attachments: Bug 13704 - Add ability to backup patron attributes on update

Description Kyle M Hall 2015-02-12 16:39:14 UTC
It would be useful to be able to auto-backup the previous values of some extended patron attributes.

For example, if a person's driver's license ( stored in DRV_LC ) has changed, it this would allow the previous license number to be stored in a different attribute ( e.g. DRV_LC_PRV ).
Comment 1 Kyle M Hall 2015-02-12 16:40:36 UTC
Created attachment 35879 [details] [review]
Bug 13704 - Add ability to backup patron attributes on update

It would be useful to be able to auto-backup the previous values of some
extended patron attributes.

For example, if a person's driver's license ( stored in DRV_LC ) has
changed, it this would allow the previous license number to be stored in
a different attribute ( e.g. DRV_LC_PRV ).