Skip to content
Snippets Groups Projects

hotline#157441 : SIGB Carthame : fix Library display in Abonne Reservations tab

Merged Henri-Damien LAURENT requested to merge hotline#157441_reservation_en_cours into master
All threads resolved!
Compare and Show latest version
1 file
+ 1
1
Preferences
Compare changes
@@ -148,7 +148,7 @@ class Class_WebService_SIGB_Carthame_AccountResponseReader {
public function endSFe($data) {
if ($this->_xml_parser->inParents('F500'))
return $this->_current_reservation->getExemplaire()->setBibliotheque($data);
return $this->_current_reservation->setBibliotheque($data);
}