@@ -, +, @@ * Make sure at least one is linked to an AV * Repeatable and unique patron attributes can't be updated in batch patron modification, so you need some that can be modified. remains a text one --- koha-tmpl/intranet-tmpl/prog/en/modules/tools/modborrowers.tt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/modborrowers.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/modborrowers.tt @@ -418,8 +418,9 @@ var patron_attributes_lib = new Array(); var patron_attributes_values = new Array(); var table_settings = [% TablesSettings.GetTableSettings( 'tools', 'batch_patron_modification', 'borrowerst', 'json' ) | $raw %]; + [% FOREACH attrh IN attributes_header %] - table_settings.push({ + table_settings["columns"].push({ columname: "[% attrh.attribute | html %]", cannot_be_modified: 0, cannot_be_toggled: 0, --