El mié, 1 feb 2023 a las 14:28, Isabel Pineda (<isabel.pin...@ds.edu.sv>)
escribió:

> According to the bug report, the bug has been fixed, and the fix will come
> with the release of version 22.11:
> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32555
>
> Is there anything I can do now to show serial publications in the OPAC
> without error?


As you mention, a fix to the issue has already been published and will be
released on February's maintenance release by the end of the month. In the
meantime, I suggest you apply the changes manually to your Koha install:

1. Find the following file:
/usr/share/koha/opac/htdocs/opac-tmpl/bootstrap/en/modules/opac-detail.tt
2. Edit it by replacing like this (minus=before, plus=new thing):

-                    [% SET serial = ITEM_RESULT.serial %]
+                    [% SET serial = ITEM_RESULT.serialitem %]

3. Repeat for installed languages (notice 'en' in the file path).

Best regards
_______________________________________________

Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha

Reply via email to