Skip to content
Snippets Groups Projects
Commit 2e6c1a74 authored by Thomas Misilo's avatar Thomas Misilo Committed by Demian Katz
Browse files

Removed Whitespace at end of line (#766)

parent 90d467e3
No related merge requests found
......@@ -651,7 +651,7 @@ class KohaILSDI extends \VuFind\ILS\Driver\AbstractBase implements
$loc = $shelf = '';
$reserves = "N";
$sql = "select i.itemnumber as ITEMNO, i.location,
$sql = "select i.itemnumber as ITEMNO, i.location,
COALESCE(av.lib_opac,av.lib, av.authorised_value) AS LOCATION,
i.holdingbranch as HLDBRNCH, i.homebranch as HOMEBRANCH,
i.reserves as RESERVES, i.itemcallnumber as CALLNO, i.barcode as BARCODE,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment