Bugzilla – Attachment 67487 Details for
Bug 19186
SelfCheckoutByLogin should list 'cardnumber' as an option instead of 'barcode'
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 19186: Change pref choice for SelfCheckoutByLogin - barcode vs cardnumber
Bug-19186-Change-pref-choice-for-SelfCheckoutByLog.patch (text/plain), 1.31 KB, created by
David Bourgault
on 2017-09-29 19:27:24 UTC
(
hide
)
Description:
Bug 19186: Change pref choice for SelfCheckoutByLogin - barcode vs cardnumber
Filename:
MIME Type:
Creator:
David Bourgault
Created:
2017-09-29 19:27:24 UTC
Size:
1.31 KB
patch
obsolete
>From 7aa0f95fbb6cc9d24720004058fc0ea61340fdc0 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >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 <david.bourgault@inlibro.com> >--- > .../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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 19186
:
67406
|
67487
|
68073
|
68074