]> git.evergreen-ils.org Git - Evergreen.git/commit
LP#1714070 Patron parent/guardian field
authorBill Erickson <berickxx@gmail.com>
Mon, 22 Oct 2018 00:10:19 +0000 (20:10 -0400)
committerJason Etheridge <jason@EquinoxInitiative.org>
Tue, 27 Nov 2018 05:07:23 +0000 (00:07 -0500)
commit0456d89acfc9b0fc7c4928d3c0c74996d5085655
treefb46a7c5d815ed93a76e531c1a50ef709aacf846
parentdf53ab3462ff5a93d628aa6b95525e148700da7d
LP#1714070 Patron parent/guardian field

Adds a new dedicated patron parent/guardian field.  This field is
editable in the patron edit interface, displays in the patron summary
side bar on the browser client, and is search-able from the patron
search interface in the browser client.

Adds patron editor "show" and "suggest" library settings.

Also adds a new library setting
'ui.patron.edit.guardian_required_for_juv' ("GUI: Juvenile account
requires parent/guardian").  When this setting is applied, a value
will be required in the patron editor when the juvenile flag is active.

Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Kathy Lussier <klussier@masslnc.org>
Signed-off-by: Jason Etheridge <jason@EquinoxInitiative.org>
Open-ILS/examples/fm_IDL.xml
Open-ILS/src/sql/Pg/005.schema.actors.sql
Open-ILS/src/sql/Pg/950.data.seed-values.sql
Open-ILS/src/sql/Pg/999.functions.global.sql
Open-ILS/src/sql/Pg/upgrade/XXXX.schema.patron-guardian.sql [new file with mode: 0644]
Open-ILS/src/templates/staff/circ/patron/t_edit.tt2
Open-ILS/src/templates/staff/circ/patron/t_summary.tt2
Open-ILS/src/templates/staff/share/t_patron_search_form.tt2
Open-ILS/web/js/ui/default/staff/circ/patron/regctl.js