]> git.evergreen-ils.org Git - Evergreen.git/commit
Move Prefix field ahead of Names in patron editor
authorBen Shum <bshum@biblio.org>
Wed, 27 Jun 2012 18:01:24 +0000 (14:01 -0400)
committerDan Scott <dscott@laurentian.ca>
Tue, 17 Jul 2012 15:16:37 +0000 (11:16 -0400)
commit192ab45b37d5a37187d37a253a420c3578adf570
tree2b0c7c950dcc406a995c20b6f0cf0bd55d785f79
parentc243355bec838c7914129ed12ebea3b6dac80371
Move Prefix field ahead of Names in patron editor

In earlier versions of Evergreen (1.6 and earlier), the Prefix field
was used to enter title information, such as Mr., Mrs., etc. When the
field was eventually added to the newer patron registration screens
(2.0+), it was added before the patron's last name field. Ideally,
the prefix should be listed prior to the patron's first name instead.

In addition, address label issues by changing "Suffix/Title" back to
only "Suffix" and making "Prefix" into "Prefix/Title".

Note: string changes would normally not be allowed in a stable release,
however in this case the previous translation (if any) will still get
pulled from the IDL for the field in question, so English will not
suddenly start showing up in the patron registration form.

Signed-off-by: Ben Shum <bshum@biblio.org>
Signed-off-by: James Fournie <jfournie@sitka.bclibraries.ca>
Signed-off-by: Dan Scott <dscott@laurentian.ca>
Open-ILS/examples/fm_IDL.xml
Open-ILS/web/templates/default/actor/user/register_table.tt2