Bug 10825: don't display enum/chron twice for items received via the serials module
authorMason James <mtj@kohaaloha.com>
Mon, 16 Sep 2013 03:12:16 +0000 (15:12 +1200)
committerGalen Charlton <gmc@esilibrary.com>
Tue, 15 Apr 2014 16:19:32 +0000 (16:19 +0000)
commit3f5636cac39ca1109a73b40be08d9dbef096a17c
tree9a3412c67aac52000971c5f2d55012900a7c6720
parentcc7a99ba7f23c7f77bb28c23613fbd9b4ab61cd5
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@kohaaloha.com>
Signed-off-by: Mark Tompsett <mtompset@hotmail.com>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Works as described, passes tests and QA script.
Template change only.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt