https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33274 Bug ID: 33274 Summary: Batch patron modification tool headers are not translatable for extended patron attributes Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: I18N/L10N Assignee: koha-bugs@lists.koha-community.org Reporter: katrin.fischer@bsz-bw.de QA Contact: testopia@bugs.koha-community.org CC: frederic@tamil.fr The batch patron modification tool adds columns for the patron attributes to the table displaying the patrons to update labelled "Attribute 1" etc. - this header of the table is not translatable: my @attributes_header = (); for ( 1 .. scalar( $max_nb_attr ) ) { push @attributes_header, { attribute => "Attributes $_" }; } It would be a lot nicer if we could use the descriptions of the extende dpatron attributes instead of the numbered output. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.