[Koha-bugs] [Bug 10825] detail.tt displays duplicated enumchron values for serial items

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Apr 14 18:33:04 CEST 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10825

M. Tompsett <mtompset at hotmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #27100|0                           |1
        is obsolete|                            |

--- Comment #25 from M. Tompsett <mtompset at hotmail.com> ---
Created attachment 27101
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=27101&action=edit
[SIGNED OFF] Bug 10825 - detail.tt displays duplicated enumchron values for
serial items

TEST PLAN
---------
1) Find a data point that displays like the picture on this
    bug report.
   -- in MySQL:
      SELECT items.biblionumber,items.enumchron,serial.serialseq
      FROM items,serial,serialitems
      WHERE items.itemnumber=serilaitems.itemnumber
        AND serialitems.serialid=serial.serialid;
2) Apply the patch
3) Refresh the screen
4) Does it look like the second picture now with the duplication
    removed?
5) Run koha qa test tools

I did attempt with default and blank for the XSLT system
preferences for the staff client.

This accounts for Nicole's comment #12.

Signed-off-by: Mason James <mtj at kohaaloha.com>
Signed-off-by: Mark Tompsett <mtompset at hotmail.com>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list