Skip to content
Snippets Groups Projects
Commit 39af4b51 authored by jgaimard's avatar jgaimard
Browse files

reservations plaine centrale

parent 0fc66f87
Branches
Tags
No related merge requests found
......@@ -162,11 +162,12 @@ class Class_WebService_SIGB_Dynix_TitleInfoResponseReader extends Class_WebServi
public function endHomeLocationId($data) {
if (!array_key_exists($this->_current_location_id,$this->_code_disponibilite) &&
$this->_current_location_id == $data)
$this->_current_location_id == $data) {
$this->_current_exemplaire->setDisponibiliteLibre();
$this->_is_reservable = true;
}
if (in_array($data, $this->_emplacements_non_reservable)) {
$this->_current_exemplaire->setReservable(false);
$this->_is_reservable = false;
}
}
......
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