Skip to content
Snippets Groups Projects

[RTFixed] Test ariege

Merged efalcy requested to merge test_ariege into ariege_prod
Files
2
@@ -29,7 +29,8 @@ class Class_WebService_SIGB_Koha_PreRegistration extends Class_WebService_SIGB_A
return $this;
}
if ((! ($ilsdi = Class_IntBib::find($data->getBranchId())) || !$ilsdi->getSIGBComm())){
if ((! ($int_bib = Class_IntBib::find($data->getBranchId()))
|| !($ilsdi = $int_bib->getSIGBComm()))){
$this->_error($this->_('Erreur de Communication SIGB'));
return $this;
}