Bug 27454: Add sorting of patron attributes
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Mon, 18 Jan 2021 10:21:28 +0000 (10:21 +0000)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 8 Feb 2021 13:56:00 +0000 (14:56 +0100)
commit0821a5890d98d17b58ffecaebbb02d673a864714
tree9ad1bb126b31557470fa01c8173a8e63bf3c6c90
parenta9df4daab1f780f14fed1fba9f4afad8c4c73d30
Bug 27454: Add sorting of patron attributes

This patch adds sorting on class code for the patrons attributes forms
on the memberentry page.

Test plan
1) Create a couple of different patron attributes
2) Go to the patron add page
3) Note the order in which the patron attributes load at the bottom of
   the page.
4) Reload the page and note the order of those attribues may change (if
   it doesn't, try reloading again.. it's random)
5) Apply the patch
6) Reload the page a few times and confirm the attributes are now
   ordered.
7) Signoff

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
members/memberentry.pl