http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13717
--- Comment #1 from Kyle M Hall <[email protected]> --- Created attachment 35984 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=35984&action=edit Bug 13717 - Add ability to move old patron attributes when importing new patron data Some libraries would like to move the value of a patron attribute to a different attribute when updating patrons via the import patrons tool. Test Plan: 1) Enable patron attributes 2) Create 2 attributes TEST and TEST_PREV 3) Create a patron with a TEST attribute 4) Create a patrons CSV file with that patron in it, containing a new TEST attribute 5) Go to tool/import patrons 6) Select your CSV file 7) At the bottom of the form is the to/from selector for attributes, choose TEST to be 'from', and TEST_PREV to be 'to' 8) Submit the form 9) Observe the patron record, note the previous value for TEST has now been moved to an instance of TEST_PREV -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
