@@ -, +, @@ autonumbernum / BorrowerMandatoryFields - Apply patch - Verify that in system preferences note appears with both prefs automembernum and BorrowerMandatoryFields --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref | 2 ++ 1 file changed, 2 insertions(+) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref @@ -23,11 +23,13 @@ Patrons: yes: Do no: "Don't" - default the card number field on the patron addition screen to the next available card number (for example, if the largest currently used card number is 26345000012941, then this field will default to 26345000012942). + - "NOTE: If autoMemberNum is enabled, the system preference BorrowerMandatoryField must not contain the field cardnumber." - - "The following database columns must be filled in on the patron entry screen:" - pref: BorrowerMandatoryField class: multi - (separate columns with |) + - "NOTE: If autoMemberNum is enabled, the system preference BorrowerMandatoryField must not contain the field cardnumber." - - "The following database columns will not appear on the patron entry screen:" - pref: BorrowerUnwantedField --