Bug 34280: Fix warning in logs when saving patron details
authorMatt Blenkinsop <matt.blenkinsop@ptfs-europe.com>
Fri, 14 Jul 2023 14:11:28 +0000 (14:11 +0000)
committerTomas Cohen Arazi <tomascohen@theke.io>
Mon, 24 Jul 2023 17:55:31 +0000 (14:55 -0300)
commit0cf5dfcbd8c2e5f896f041faff157c7768b468e6
tree08f737f8393350f1cb94dd2c59b4c4a4b8931fa7
parent3cb77a590bb884e2e6151ec2d24333e828c8ddb9
Bug 34280: Fix warning in logs when saving patron details

If a patron has no valid email address then a warning message appears in the logs when saving:

"Use of uninitialized value $email in string ne at /kohadevbox/koha/Koha/Patron.pm line 1445."

This patch fixes that error by removing an unnescessary string ne

Test plan:
1) Create/choose a patron with no email addresses
2) On the patron record in the page section for Contact information, click edit
3) Now click save
4) The warning above should appear in the logs
5) Apply patch
6) Repeat steps 2 and 3
7) The warning should no longer appear

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Emily Lamancusa <emily.lamancusa@montgomerycountymd.gov>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Koha/Patron.pm