Skip to content
Snippets Groups Projects

Hotline

Merged Ghislain Loas requested to merge hotline into master
Compare and
7 files
+ 1003
3
Preferences
Compare changes
Files
7
@@ -134,7 +134,7 @@ abstract class Class_WebService_SIGB_AbstractILSDIPatronInfoReader {
public function endRenewals($data) {
if ($data)
if ($data && $this->_currentLoan)
$this->_currentLoan->setRenewals($data);
}