From e194da51a37792571c3204d07c0936780a7a3fa1 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Mon, 26 May 2014 02:20:01 +0000 Subject: [PATCH] Bug 7720: (follow-up) revert change to GetItemsInfo The QA follow-up which adds GetURL to the TT branches plugin means that GetItemsInfo no longer needs to be changed. Signed-off-by: Galen Charlton --- C4/Items.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/C4/Items.pm b/C4/Items.pm index 8573a51309..c183644b6c 100644 --- a/C4/Items.pm +++ b/C4/Items.pm @@ -1270,8 +1270,7 @@ sub GetItemsInfo { itemtypes.notforloan as notforloan_per_itemtype, holding.branchurl, holding.branchname, - holding.opac_info as branch_opac_info, - home.branchurl AS homebranchurl + holding.opac_info as branch_opac_info FROM items LEFT JOIN branches AS holding ON items.holdingbranch = holding.branchcode LEFT JOIN branches AS home ON items.homebranch=home.branchcode -- 2.39.2