| Summary: | SelfCheckoutByLogin should list 'cardnumber' as an option instead of 'barcode' | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Katrin Fischer <katrin.fischer> | 
| Component: | System Administration | Assignee: | Jonathan Druart <jonathan.druart> | 
| Status: | CLOSED FIXED | QA Contact: | Julian Maurice <julian.maurice> | 
| Severity: | trivial | ||
| Priority: | P5 - low | CC: | david.bourgault, gmcharlt, jonathan.druart, julian.maurice | 
| Version: | Main | Keywords: | Academy | 
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Crowdfunding goal: | 0 | 
| Patch complexity: | String patch | Documentation contact: | |
| Documentation submission: | Text to go in the release notes: | ||
| Version(s) released in: | Circulation function: | ||
| Attachments: | 
              Bug 19186: Change pref choice for SelfCheckoutByLogin - barcode vs cardnumber
               Bug 19186: Change pref choice for SelfCheckoutByLogin - barcode vs cardnumber Bug 19186: Change pref choice for SelfCheckoutByLogin - barcode vs cardnumber Bug 19186: (QA follow-up) Insert syspref SelfCheckoutByLogin if missing  | 
      ||
| 
 
        
          Description
        
        
          Katrin Fischer
        
        
        
        
          2017-08-27 11:14:58 UTC
        
       
    Created attachment 67406 [details] [review] 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. Note: this pref is not in sysprefs.sql (?) Created attachment 67487 [details] [review] 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> git grep SelfCheckoutByLogin found no SQL files or anything that looked like an insertion... Created attachment 68073 [details] [review] 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> Signed-off-by: Julian Maurice <julian.maurice@biblibre.com> Created attachment 68074 [details] [review] Bug 19186: (QA follow-up) Insert syspref SelfCheckoutByLogin if missing Signed-off-by: Julian Maurice <julian.maurice@biblibre.com> Pushed to master for 17.11, thanks to everybody involved!  |