https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33037

            Bug ID: 33037
           Summary: [Bugs 32555  and 31313 follow-up] Koha does not
                    display difference between enumchron and serialseq in
                    record detail view (OPAC and intranet)
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P3
         Component: Serials
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
                CC: [email protected],
                    [email protected], [email protected]

Patch 32555 tries to resolve the issue caused by bug 31313.  But the way it is
fixed seems to be at least problematic.  With patch 32555 we will never see the
difference between `serial`.`serialseq` and `items`.`enumchron` which is still
intended in opac-detail.tt (line ~ 1332) and [intranet] catalogue/detail.tt
(line ~ 446).  This is because ITEM_RESULT.serialitem (in opac-detail.tt) and
item.itemserial.serial (in catalogue/detail.tt) refer to non-existing things. 
(and therefor the problem described in 32555 no longer emerge).  The original
problem is caused by mixing up serialitem with serial in [opac-]detail.pl and
passing serialitem instead of serial to both templates.

A patch will follow.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://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