Skip to content
Snippets Groups Projects

Hotline#13321 Read Loan Library From Koha Ilsdi

Compare and
+ 51
22
Preferences
Compare changes
Files
@@ -54,6 +54,16 @@ class Class_WebService_SIGB_Koha_PatronInfoReader extends Class_WebService_SIGB_
if ($this->_xml_parser->inParents('hold'))
$this->_current_operation->setId($id)->setNoNotice($id);
}
public function endHoldingbranch($data) {
$data = trim($data);
if (!$this->_currentLoan || !$data
|| !($site = Class_CodifAnnexe::findFirstBy(['code' => $data])))
return;
$this->_current_operation->getExemplaire()->setBibliotheque($site->getLibelle());
}
}
?>
\ No newline at end of file