[Koha-bugs] [Bug 33274] New: Batch patron modification tool headers are not translatable for extended patron attributes

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun Mar 19 23:12:53 CET 2023


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 at lists.koha-community.org
          Reporter: katrin.fischer at bsz-bw.de
        QA Contact: testopia at bugs.koha-community.org
                CC: frederic at 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.


More information about the Koha-bugs mailing list