@@ -, +, @@ --- .../intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref @@ -132,10 +132,11 @@ Patrons: class: multi - "Comma separated list defining the default fields to be used during a patron search" - + - "The following database columns:" - pref: PatronQuickAddFields - class: multi - - (separate columns with |) - - "add these fields to the patron quick add form when entering a new patron. Displays only mandatory fields and fields specified here. If applicable the guarantor form will be shown as well, individual fields in that form will be ignored." + type: modalselect + source: borrowers + - "will be added to the patron quick add form when entering a new patron. Displays only mandatory fields and fields specified here. If applicable the guarantor form will be shown as well, individual fields in that form will be ignored." - - "Use the SMS::Send::" - pref: SMSSendDriver --