The Gitlab instance will be restarted on Monday April 28th at 2AM. There will be a short interruption of service.

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

Merge pull request #492 from joemontibello/patch-1

initialize $number
parents 2e3221cd 2e386012
No related merge requests found
......@@ -494,6 +494,7 @@ class Sierra extends AbstractBase implements TranslatorAwareInterface
foreach ($itemIds as $item) {
$callnumber = null;
$results1 = pg_execute($this->db, "prep_query", [$item]);
$number = "";
while ($row1 = pg_fetch_row($results1)) {
if ($row1[4] == "b") {
$barcode = $row1[3];
......
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