Bug 2546: make description of standard fine types translatable
authorJonathan Druart <jonathan.druart@biblibre.com>
Wed, 23 Oct 2013 10:40:30 +0000 (12:40 +0200)
committerGalen Charlton <gmc@esilibrary.com>
Thu, 5 Dec 2013 18:44:33 +0000 (18:44 +0000)
commit8aa0e6856dbd61bb61b1a2a0c88ec03adf65e3c7
treec5a8291cfaffe13f90ef61bc3573d7d89e6d3a6d
parent01c101a6b9b60b685abca58fddfccb1087b4dbce
Bug 2546: make description of standard fine types translatable

The descriptions for fines are stored in English in the DB
(accountlines.description). So they 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-account.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.

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Works as advertised. Corrected few typos in the commit message.

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
C4/Accounts.pm
installer/data/mysql/updatedatabase.pl
koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt
koha-tmpl/intranet-tmpl/prog/en/modules/members/pay.tt
koha-tmpl/opac-tmpl/prog/en/modules/opac-account.tt