From fe6336f3a2723c90b8f333298999dbe94585938d Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Wed, 15 Jan 2014 10:50:22 -0500 Subject: [PATCH] Style fix. --- module/VuFind/src/VuFind/ILS/Driver/Sierra.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/VuFind/src/VuFind/ILS/Driver/Sierra.php b/module/VuFind/src/VuFind/ILS/Driver/Sierra.php index 1eb75a5b623..d3cec5e4b6a 100644 --- a/module/VuFind/src/VuFind/ILS/Driver/Sierra.php +++ b/module/VuFind/src/VuFind/ILS/Driver/Sierra.php @@ -436,7 +436,7 @@ class Sierra extends AbstractBase $itemIds = $this->getIds($id); // Use the database ids to get the item-level information (status, // location, and potentially call number) associated with that bib record - $query1 = "SELECT + $query1 = "SELECT item_view.item_status_code, location_name.name, checkout.due_gmt, -- GitLab