@@ -, +, @@ page - View the details of a bibliographic record in the catalog which has items attached.. - In the table of holdings, click Edit -> Upload image. - Upload an image for the item and return to the bibliographic detail page. - Your image should now be displayed in the holdings table. - Click the image to view it. - In the footer of the modal there is an edit link: "Local cover image (edit). Before this patch the edit link would lead to a missing page. After applying the patch the link should take you to the "Image view" where you have the option of deleting the image or uploading another one. --- koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt @@ -364,7 +364,7 @@ [% FOREACH image IN item.cover_images %]
- Local cover image + Local cover image
[% END %] --