[Koha-bugs] [Bug 35131] Add scan-able barcode to the patron sidebar (patroninfo)

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jan 30 17:44:59 CET 2024


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35131

Katrin Fischer <katrin.fischer at bsz-bw.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Passed QA                   |Failed QA

--- Comment #26 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
There is some small stuff adding up here, please follow-up!

1) sysprefs.sql

 FAIL   installer/data/mysql/mandatory/sysprefs.sql
   FAIL   sysprefs_order
                Not blocker: Sysprefs ShowBarcodeOnPatronRecord is bad placed
(see bug 10610)

Please fix, but also take a look at the SQL. I believe options and value are
switched in sysprefs.sql:

INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`,
`type` ) VALUES
('ShowBarcodeOnPatronRecord','|0|Code39|COOP2of5|EAN13|EAN8|IATA2of5|Industrial2of5|ITF|Matrix2of5|NW7|QRcode|UPCA|UPCE','0','Show
a patron\'s carnumber as a barcode on the patron record','Choice'),

2) .pref 

+         - "Show a "
+         - pref: ShowBarcodeOnPatronRecord
+           default: no
+           choices:
+               0: "Don't show"
+               Code39: "Code39"
+               COOP2of5: "COOP2of5"
+               EAN13: "EAN13"
+               EAN8: "EAN8"
+               IATA2of5: "IATA2of5"
+               Industrial2of5: "Industrial2of5"
+               ITF: "ITF"
+               Matrix2of5: "Matrix2of5"
+               NW7: "NW7"
+               QRcode: "QRcode"
+               UPCA: "UPCA"
+               UPCE: "UPCE"
+         - " barcode of the patron's card number in the sidebar of
patron-related pages."

The sentence here doesn't work:

Show a [Don't show] barcode...
Show a [QRcode] barcode...

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list