Skip to content
Snippets Groups Projects
Commit b1897e11 authored by Laurent's avatar Laurent
Browse files

hotline #15301 orphee_retrait_resa

use anx_nxt instead of anx_ori
parent 85d339b0
Branches
Tags
No related merge requests found
......@@ -94,7 +94,7 @@ class Class_WebService_SIGB_Orphee_GetLstRsvResponseReader extends Class_WebServ
}
public function endAnx_Ori($data) {
public function endAnx_Nxt($data) {
if ($annexe = Class_CodifAnnexe::findFirstBy(['code' => $data]))
$this->_current_reservation->setBibliotheque($annexe->getLibelle());
}
......
......@@ -371,7 +371,7 @@ renouvellement -->
<date_crea><![CDATA[09/06/2008]]></date_crea>
<date_fin></date_fin>
<rang>2</rang>
<anx_ori>A3</anx_ori>
<anx_nxt>A3</anx_nxt>
</document>
<document>
<cb></cb>
......@@ -385,7 +385,7 @@ renouvellement -->
<date_crea><![CDATA[09/06/2008]]></date_crea>
<date_fin></date_fin>
<rang>1</rang>
<anx_ori>R</anx_ori>
<anx_nxt>R</anx_nxt>
</document>
</documents>
</datas> ';
......
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