[open-ils-commits] r11630 - trunk/Open-ILS/xul/staff_client/server/admin
svn at svn.open-ils.org
svn at svn.open-ils.org
Fri Dec 19 15:12:45 EST 2008
Author: erickson
Date: 2008-12-19 15:12:41 -0500 (Fri, 19 Dec 2008)
New Revision: 11630
Modified:
trunk/Open-ILS/xul/staff_client/server/admin/org_unit_settings.xhtml
Log:
added org setting to turn on "use last-4 of phone # for default patron password"
Modified: trunk/Open-ILS/xul/staff_client/server/admin/org_unit_settings.xhtml
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/admin/org_unit_settings.xhtml 2008-12-19 20:12:14 UTC (rev 11629)
+++ trunk/Open-ILS/xul/staff_client/server/admin/org_unit_settings.xhtml 2008-12-19 20:12:41 UTC (rev 11630)
@@ -130,6 +130,11 @@
label : '&staff.server.admin.org_settings.cat.bib.alert_on_empty;',
desc : '&staff.server.admin.org_settings.cat.bib.alert_on_empty.desc;',
type : 'bool'
+ },
+ 'patron.password.use_phone' : {
+ label : '&staff.server.admin.org_settings.patron.password.use_phone;',
+ desc : '&staff.server.admin.org_settings.patron.password.use_phone.desc;',
+ type : 'bool'
}
};
</script>
More information about the open-ils-commits
mailing list