]> git.evergreen-ils.org Git - Evergreen.git/commit
LP#1723498: fix display of count of duplicate patrons
authorGalen Charlton <gmc@equinoxinitiative.org>
Fri, 10 Nov 2017 21:43:29 +0000 (16:43 -0500)
committerGalen Charlton <gmc@equinoxinitiative.org>
Fri, 10 Nov 2017 21:45:27 +0000 (16:45 -0500)
commitc87d248a028bb8f6d0722a87b8ef165b9a130e7d
treeaf44e54739257f506f3d8124600abe980cf8d51a
parentabfdec795107c01cd96273f8a279eea5603d00c9
LP#1723498: fix display of count of duplicate patrons

This patch fixes an issue where the patron registration
form's alert for duplicate phone numbers did not display
the count of matching records. (This was caused by code
that was expecting a string to be passed by reference
when it's passed by value in JavaScript).

Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Open-ILS/src/templates/staff/circ/patron/t_edit.tt2