Skip to content
Snippets Groups Projects

Master

Merged Patrick Barroca requested to merge master into WIP
Compare and
+ 51
28
Preferences
Compare changes
Files
@@ -76,6 +76,11 @@ class Class_WebService_SIGB_Koha_PatronInfoReader extends Class_WebService_SIGB_
}
public function endEmail($data) {
$this->getEmprunteur()->setEmail($data);
}
public function updateBibliothequeWith($data) {
if(!$site = $this->findSite($data))
return;