[Koha-bugs] [Bug 14620] Contact information validations

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Oct 9 17:53:21 CEST 2019


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14620

Lari Taskula <lari.taskula at hypernova.fi> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #67813|0                           |1
        is obsolete|                            |

--- Comment #28 from Lari Taskula <lari.taskula at hypernova.fi> ---
Created attachment 93931
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=93931&action=edit
Bug 14620: Patron contact validation script

Goes through patron database and validates their email and phonenumber
fields. Only reports issues, does not modify anything.

Usage: ./misc/maintenance/validate_patron_contact_data.pl --help

Example output:

===============     ===============    
========================================
Borrowernumber            Field                          Value
===============     ===============    
========================================
29                  phone               1NV4L1D
30                  smsalertnumber      lol
30                  phone               1NV4L1D
39                  smsalertnumber      lol
39                  phone               1NV4L1D
40                  smsalertnumber      lol
40                  phone               1NV4L1D
41                  smsalertnumber      lol
41                  phone               1NV4L1D
42                  smsalertnumber      lol
===============     ===============    
========================================
Borrowernumber            Field                          Value
===============     ===============    
========================================

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list