Skip to content
Snippets Groups Projects
Commit 6df31e28 authored by Demian Katz's avatar Demian Katz
Browse files

Minor style fixes.

parent 5d1be877
Branches
Tags
No related merge requests found
...@@ -105,7 +105,7 @@ class Innovative extends AbstractBase implements ...@@ -105,7 +105,7 @@ class Innovative extends AbstractBase implements
} else { } else {
// Return digits only. // Return digits only.
$id_ = substr($id, 1); $id_ = substr($id, 1);
}; }
return $id_; return $id_;
} }
......
...@@ -428,7 +428,7 @@ class KohaILSDI extends \VuFind\ILS\Driver\AbstractBase implements ...@@ -428,7 +428,7 @@ class KohaILSDI extends \VuFind\ILS\Driver\AbstractBase implements
$this->initDb(); $this->initDb();
} }
if (!$this->pickupEnableBranchcodes) { if (!$this->pickupEnableBranchcodes) {
// No defaultPickupLocation is defined in config // No defaultPickupLocation is defined in config
// AND no pickupLocations are defined either // AND no pickupLocations are defined either
if (isset($holdDetails['item_id']) && (empty($holdDetails['level']) if (isset($holdDetails['item_id']) && (empty($holdDetails['level'])
|| $holdDetails['level'] == 'item') || $holdDetails['level'] == 'item')
......
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