Bug 10861: Add a check on cardnumber length
[koha-ffzg.git] / koha-tmpl / intranet-tmpl / prog / en / modules / admin / preferences / patrons.pref
index ce62779..33ca9ce 100644 (file)
@@ -74,16 +74,11 @@ Patrons:
                no: "Don't allow"
          - "staff to access a patron's checkout history (it is stored regardless)."
      -
-         - The late fine for a specific checkout will only go up to
+         - The late fine for all checkouts will only go up to
          - pref: MaxFine
            class: currency
          - '[% local_currency %].'
-     -
-         - pref: memberofinstitution
-           choices:
-               yes: Do
-               no: "Don't"
-         - allow patrons to be linked to institutions (which must be set up as Institution patrons).
+         - Empty value means no limit. Single item caps are specified in the circulation rules matrix.
      -
          - Login passwords for staff and patrons must be at least
          - pref: minPasswordLength
@@ -138,3 +133,7 @@ Patrons:
                yes: Do
                no: "Don't"
          - enable the ability to upload and attach arbitrary files to a borrower record.
+     -
+         - Card numbers for patrons must be strictly equal to
+         - pref: CardnumberLength
+         - characters. The length can be a simple number or a range separated by a coma (xx,yy).