Bug 7720: (follow-up) revert change to GetItemsInfo
authorGalen Charlton <gmc@esilibrary.com>
Mon, 26 May 2014 02:20:01 +0000 (02:20 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Mon, 26 May 2014 02:20:24 +0000 (02:20 +0000)
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 <gmc@esilibrary.com>
C4/Items.pm

index 8573a51..c183644 100644 (file)
@@ -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