]> 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:43:29 +0000 (16:43 -0500)
commit7cfa0b1b87f92c834baf6014d209fc36b6fe3fec
treea540f216014b5a5bf35734a105a87e19645ba91f
parent6508665f0d14c9a51d7929e50a4089084ae63ed1
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