Bug 22910: Do not copy unique patron attributes to duplicated patron
authorPasi Kallinen <pasi.kallinen@koha-suomi.fi>
Wed, 29 May 2019 06:20:43 +0000 (09:20 +0300)
committerFridolin Somers <fridolin.somers@biblibre.com>
Tue, 11 Jun 2019 15:19:16 +0000 (17:19 +0200)
commit2f9ec9c61fabd7595da594c02a55395564cb2330
treef3fed379df047f3fd80a73b0bd2ebd3403bbcba9
parent2900debc65318237ee95fa6c5dbbbd69c8a7e6c4
Bug 22910: Do not copy unique patron attributes to duplicated patron

When creating a new patron by duplicating another, all of the patron
attributes are also copied into the form. Some of those value may be
unique, so don't copy those.

1) Create patron attribute types, one with "unique identifier", one without.
2) Create or a patron so it has values in both of those attributes.
3) Duplicate the patron
4) The edit form should retain the values from the "original" patron.
5) Apply patch.
6) Duplicate the patron - this time the attributes with unique values
   are cleared.

Signed-off-by: Pasi Kallinen <pasi.kallinen@koha-suomi.fi>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
(cherry picked from commit f3358e97c8a1f9edf1c4de6dea46f70366237699)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
members/memberentry.pl