This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, 3.20.x has been updated
       via  9fa3b18924addd2c468435b13bc1fc84157fff28 (commit)
      from  a7f6d8238ea42bbf30a41126f608d814d03e530d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 9fa3b18924addd2c468435b13bc1fc84157fff28
Author: Jonathan Druart <jonathan.dru...@koha-community.org>
Date:   Sun May 24 17:52:25 2015 +0200

    Bug 14264: Fix export of late orders when translated
    
    Bug 7298 tried to fix this issue, but it was not correct.
    We have 3 files in acqui/csv:
    basketgroup.tt, basket.tt and lateorders.tt
    The first 2 don't contain translatable string, and are not modified on
    translating the templates (`translate install`)
    On the contrary, lateorders.tt has some strings to translate ('Author:',
    'Published by:', etc.). After being translated, all carriage returns
    between TT tags are removed.
    
    Test plan:
    1/ choose a language and update + translate the templates
    for instance:
      cd misc/translate;
      ./translate update es-ES; ./translate install es-ES
    2/ Go to acqui/lateorders.pl using this language
    3/ Generate a csv for 1+ late orders and confirm the first line only
    contains the headers.
    
    Signed-off-by: Laurence Lefaucheur <laurence.lefauch...@biblibre.com>
    Signed-off-by: Katrin Fischer <katrin.fischer...@web.de>
    Signed-off-by: Tomas Cohen Arazi <tomasco...@theke.io>
    (cherry picked from commit b2706884a1916827229ad6f818790ec47a43cbf5)
    Signed-off-by: Frédéric Demians <f.demi...@tamil.fr>

-----------------------------------------------------------------------

Summary of changes:
 acqui/lateorders-export.pl                                      |    4 +++-
 koha-tmpl/intranet-tmpl/prog/en/modules/acqui/csv/lateorders.tt |    4 ++--
 2 files changed, 5 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
main Koha release repository
_______________________________________________
koha-commits mailing list
koha-commits@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-commits

Reply via email to