Bug 29046: Use EmailFieldPrecedence in first_valid_email_address
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Fri, 10 Mar 2023 10:47:51 +0000 (10:47 +0000)
committerTomas Cohen Arazi <tomascohen@theke.io>
Thu, 18 May 2023 15:13:41 +0000 (12:13 -0300)
commitfb7bf8f95e14e8ae02c1a200297077b22a353c54
treed3816cb461d2433eb52cfd75c59ccfe253facb58
parentca4283c5853f836d9be4bf7c66e6e3de1b0b33f7
Bug 29046: Use EmailFieldPrecedence in first_valid_email_address

This patch update the Koha::Patron->first_valid_email_address method to
use the newly defined EmailFieldPrecedence preference.

Signed-off-by: Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Koha/Patron.pm