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

M. Tompsett <[email protected]> changed:

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

--- Comment #24 from M. Tompsett <[email protected]> ---
Created attachment 27100
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=27100&action=edit
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 <[email protected]>

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to