Bug 12416: add the test of DelUniqueDebarment
[koha_fer] / 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