Skip to content
Snippets Groups Projects
Commit 67d8557e authored by Ghislain Loas's avatar Ghislain Loas
Browse files

dev #55292 fix fatal error

parent d87bdb75
Branches
Tags
5 merge requests!2080Sandbox detach zf from storm,!2061Master,!2048Master,!2047Hotline master,!2040hotline #55292 disable model loading when there are too mutch items in loans lis…
Pipeline #555 passed with stage
in 12 minutes and 4 seconds
......@@ -20,7 +20,7 @@
*/
class Class_Webservice_SIGB_VSmart_Consultation {
class Class_Webservice_SIGB_VSmart_Consultation extends Class_Entity {
protected $_error_code,
$_result,
$_result_reason,
......@@ -101,6 +101,11 @@ class Class_Webservice_SIGB_VSmart_Consultation {
}
public function getExemplaireOPAC() {
return $this->getExemplaire();
}
public function setExemplaire($data) {
$this->_exemplaire = $data;
return $this;
......
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