Skip to content
Snippets Groups Projects
Commit 452a5f9a authored by Gregor Gawol's avatar Gregor Gawol Committed by Robert Lange
Browse files

refs #19633 [finc] extends interlibrary loan items

* own array field status
parent ec2f641b
No related merge requests found
...@@ -936,6 +936,9 @@ class PAIA extends \VuFind\ILS\Driver\PAIA ...@@ -936,6 +936,9 @@ class PAIA extends \VuFind\ILS\Driver\PAIA
// label (0..1) call number, shelf mark or similar item label // label (0..1) call number, shelf mark or similar item label
$result['callnumber'] = $this->getCallNumber($doc); $result['callnumber'] = $this->getCallNumber($doc);
// label (0..1) call number, shelf mark or similar item label
$result['status'] = $doc['label'] ?? null;
/* /*
* meaning of starttime and endtime depends on status: * meaning of starttime and endtime depends on status:
* *
......
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