From fca5d8dccf3496e36f3d70f2777c4714b1dc3ebe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joonas=20Kylm=C3=A4l=C3=A4?= Date: Wed, 21 Apr 2021 15:34:57 +0000 Subject: [PATCH] Bug 28171: Revert "Bug 27980: Remove itemdata_publisheddate from controller" This reverts commit c7fef23763754ad65c5a59438ed370d53aeec4b6. The code is needed back to fix broken sorting. Signed-off-by: cnelson --- catalogue/detail.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/catalogue/detail.pl b/catalogue/detail.pl index 8d06f0da51..14b4f1794b 100755 --- a/catalogue/detail.pl +++ b/catalogue/detail.pl @@ -445,6 +445,7 @@ $template->param( itemdata_uri => $itemfields{uri}, itemdata_copynumber => $itemfields{copynumber}, itemdata_stocknumber => $itemfields{stocknumber}, + itemdata_publisheddate => $itemfields{publisheddate}, volinfo => $itemfields{enumchron}, itemdata_itemnotes => $itemfields{itemnotes}, itemdata_nonpublicnotes => $itemfields{itemnotes_nonpublic}, -- 2.11.0