Bug 13704 - Add ability to backup patron attributes on update
Summary: Add ability to backup patron attributes on update
Status: CLOSED INVALID
Alias: None
Product: Koha
Classification: Unclassified
Component: Patrons (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Kyle M Hall
QA Contact: Testopia
URL:
Keywords:
Depends on: 12598
Blocks:
  Show dependency treegraph
 
Reported: 2015-02-12 16:39 UTC by Kyle M Hall
Modified: 2015-12-03 22:00 UTC (History)
2 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments
Bug 13704 - Add ability to backup patron attributes on update (24.05 KB, patch)
2015-02-12 16:40 UTC, Kyle M Hall
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
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 ).