]> git.koha-community.org Git - koha.git/commit
Bug 33102: Display fields from biblioitems in OPAC/staff interface cart
authorFrédéric Demians <f.demians@tamil.fr>
Wed, 1 Mar 2023 09:25:04 +0000 (10:25 +0100)
committerTomas Cohen Arazi <tomascohen@theke.io>
Fri, 5 May 2023 20:45:19 +0000 (17:45 -0300)
commit2056b5ecec2d1c861b64005451774dae1ff0f654
tree63579a40f6e32f942552db79f22fbb99bc3444ef
parentf03185edf50fb962a32192b62e736bdfc5630da7
Bug 33102: Display fields from biblioitems in OPAC/staff interface cart

The OPAC/PRO cart only displays biblio fields coming from 'biblio'
table. Fields from biblioitems table aren't displayed anymore.

TO TEST:

1. Populate a cart in OPAC/staff interface and display it.
2. You can see that Year column is empty (if you don't have copyright
   field). And other fields.
3. Apply the patch.
4. You can see more fields in cart simple/detailed view.

Signed-off-by: Magnus Enger <magnus@libriotech.no>
Tested by having a record with:
- biblio.copyrightdate = NULL
- biblioitems.publicationyear = 2025
Without the patch, no year is shown in the cart. With the patch, 2025 is shown.

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
basket/basket.pl
opac/opac-basket.pl