[koha-commits] main Koha release repository branch 3.14.x updated. v3.14.09-57-gb099926

Git repo owner gitmaster at git.koha-community.org
Wed Aug 6 12:01:41 CEST 2014


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.14.x has been updated
       via  b09992638b837da8f709dae5c5a0cbe03eaf7362 (commit)
      from  b2443c580f8d58ee0a74fd50078b05eab5eda6b2 (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 b09992638b837da8f709dae5c5a0cbe03eaf7362
Author: Blou <philippe.blouin at inlibro.com>
Date:   Wed Feb 12 12:03:08 2014 -0500

    Bug 11752: display the correct frequency for serial subscriptions in OPAC details
    
    This fixes bootstrap and prog by modifying the description displayed
    in the OPAC's detail of serials.
    
    RM NOTE: this patch does not cover the case where custom serial
    frequencies have been defined.
    
    TESTING to reproduce
    - create/find a serial with a 1/week periodicity (4 in the database)
    - Find it in the opac-detail.pl, click "more details" at the bottom
    - validate the string.  Before the patch, it will say:
    "The current subscription began on 2013-12-06 and is issued every 3
     weeks for 26 issues"
    
    The "every 3 weeks" is clearly wrong.
    In fact any periodicity chosen would display a wrong description, not
    matching the staff interface.
    
    After the patch, the display is corrected.
    
    As a bonus, the "every 2 years" now has a description, where it had
    none before.
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 7f1e949ea0e8d05b641ddbcb4582a3e1bc913ecd)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

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

Summary of changes:
 .../bootstrap/en/modules/opac-serial-issues.tt     |   33 +++++++++++---------
 .../prog/en/modules/opac-serial-issues.tt          |   33 +++++++++++---------
 2 files changed, 36 insertions(+), 30 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list