[Koha-bugs] [Bug 2546] Description of charges: string hardcoded

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Oct 23 13:35:58 CEST 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2546

--- Comment #6 from Jonathan Druart <jonathan.druart at biblibre.com> ---
Created attachment 22307
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=22307&action=edit
Bug 2546: Description of charges is not translatable

The descriptions for charges are stored in English in the DB
(accounlines.description). So there are not translatable.

This patch removes the descriptions automatically added and generates
the string in the template.

Test plan:
1/ Execute the updatedatabase entry.
2/ Verify in the following pages the description is consistent:
    - members/pay.pl?borrowernumber=XXXX
    - members/boraccount.pl?borrowernumber=XXXX
    - opac-readingrecord.pl
3/ Launch the translate script and update the po files in order to
translate the new strings.
4/ Verify the strings are translated in the interface.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list