Skip to content
Snippets Groups Projects
Commit 8ead2c77 authored by Matthias Meusburger's avatar Matthias Meusburger
Browse files

dev#15606 [Follow-up]: Add patron library for reservation pickup.

parent 891948ec
Branches
Tags
5 merge requests!896Master,!861Hotline#18547 pickup choice for pergme,!860Dev#15606 patron pickup library,!854Dev#15606 patron pickup library,!842Dev#15606 patron pickup library
......@@ -63,6 +63,11 @@ class Class_WebService_SIGB_Pergame_Service extends Class_WebService_SIGB_Abstra
}
public function getUserAnnexe($user) {
return null;
}
public function getEmpruntsOf($emprunteur) {
$params = Class_IntBib::find($this->_id_bib)->getCommParamsAsArray();
$renouvelable = isset($params['Autoriser_prolongations']) ? $params['Autoriser_prolongations'] : false;
......
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