Bug 33274 - Batch patron modification tool headers are not translatable for extended patron attributes
Summary: Batch patron modification tool headers are not translatable for extended patr...
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: I18N/L10N (show other bugs)
Version: Main
Hardware: All All
: P5 - low minor
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-03-19 22:12 UTC by Katrin Fischer
Modified: 2023-03-19 22:12 UTC (History)
1 user (show)

See Also:
GIT URL:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Katrin Fischer 2023-03-19 22:12:53 UTC
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.