[Koha-patches] [PATCH] bug 3738 add preferences to new sys pref interface

Nicole Engard nengard at gmail.com
Fri Feb 5 13:44:46 CET 2010


---
 .../en/modules/admin/preferences/circulation.pref  |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref
index e2b2b72..90b44fc 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref
@@ -274,3 +274,13 @@ Circulation:
                   yes: Enable
                   no: "Don't enable"
             - "the web-based self checkout system. (available at: /cgi-bin/koha/sco/sco-main.pl)"
+        -
+            - pref: AutoSelfCheckAllowed
+              choices:
+                  yes: Allow
+                  no: "Don't allow"
+            - "the web-based self checkout system to automatically login with this staff login"
+            - pref: AutoSelfCheckID
+            - and this password
+            - pref: AutoSelfCheckPass
+            - .
\ No newline at end of file
-- 
1.5.6.5




More information about the Koha-patches mailing list