From 7aa0f95fbb6cc9d24720004058fc0ea61340fdc0 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Wed, 27 Sep 2017 14:13:05 -0300 Subject: [PATCH] Bug 19186: Change pref choice for SelfCheckoutByLogin - barcode vs cardnumber The SelfCheckoutByLogin lists 'Barcode' as an option, but this should be Cardnumber. Especially since more and more libraries are using chip cards instead of barcodes. Signed-off-by: David Bourgault --- .../intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 90b2844..738bd5f 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 @@ -768,7 +768,7 @@ Circulation: - pref: SelfCheckoutByLogin choices: yes: Username and Password - no: Barcode + no: Cardnumber - - "Time out the current patron's web-based self checkout system login after" - pref: SelfCheckTimeout -- 2.7.4