From: erickson Date: Wed, 15 Jul 2009 20:15:00 +0000 (+0000) Subject: in duplicate patron search, sort patrons with penalties to the top, followed by last... X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=d8d156a5ee3e7fd6f20dc469639adecea1c62294;p=evergreen%2Ftadl.git in duplicate patron search, sort patrons with penalties to the top, followed by last/first name sorting git-svn-id: svn://svn.open-ils.org/ILS/trunk@13610 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/web/js/ui/default/actor/user/register.js b/Open-ILS/web/js/ui/default/actor/user/register.js index f018daca7a..0504ca6f1d 100644 --- a/Open-ILS/web/js/ui/default/actor/user/register.js +++ b/Open-ILS/web/js/ui/default/actor/user/register.js @@ -474,6 +474,7 @@ function uEditDupeSearch(type, value) { openils.Util.show(link); link.onclick = function() { + search.search_sort = js2JSON(["penalties", "family_name", "first_given_name"]); if(window.xulG) window.xulG.spawn_search(search); else