[Koha-bugs] [Bug 33037] New: [Bugs 32555 and 31313 follow-up] Koha does not display difference between enumchron and serialseq in record detail view (OPAC and intranet)

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Feb 22 12:58:30 CET 2023


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: koha-bugs at lists.koha-community.org
          Reporter: januszop at gmail.com
        QA Contact: testopia at bugs.koha-community.org
                CC: jonathan.druart+koha at gmail.com,
                    katrin.fischer at bsz-bw.de, tomascohen at gmail.com

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.


More information about the Koha-bugs mailing list