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

Git repo owner gitmaster at git.koha-community.org
Wed Aug 6 11:05: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  8ade958e84035b7132f2f9eb1837f137cc7937c6 (commit)
      from  b2651d7b5394f36a27f4301a5d0a4978473e487f (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 8ade958e84035b7132f2f9eb1837f137cc7937c6
Author: Mason James <mtj at kohaaloha.com>
Date:   Mon Sep 16 15:12:16 2013 +1200

    Bug 10825: don't display enum/chron twice for items received via the serials module
    
    TEST PLAN
    ---------
    1) In the staff interface, display a bib that has one or more items
       that were received in the serials module.  The following query
       can identify them:
       -- in MySQL:
          SELECT items.biblionumber,items.enumchron,serial.serialseq
          FROM items,serial,serialitems
          WHERE items.itemnumber=serialitems.itemnumber
            AND serialitems.serialid=serial.serialid;
    2) Note that in the holdings tab, the serial enumeration/chronology
       is displayed twice.
    3) Apply the patch
    4) Refresh the screen
    4) Now, the enum/chron should be displayed only once per item.
    
    Signed-off-by: Mason James <mtj at kohaaloha.com>
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Works as described, passes tests and QA script.
    Template change only.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 3f5636cac39ca1109a73b40be08d9dbef096a17c)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

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

Summary of changes:
 .../intranet-tmpl/prog/en/modules/catalogue/detail.tt      |   12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list