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

dev #22654 pnb loan

fix test failure
parent 7b96f6ed
Branches
Tags
3 merge requests!896Master,!792Dev#22657 pnb display user account,!783Dev#22657 pnb display user account
......@@ -103,11 +103,11 @@ class Class_WebService_BibNumerique_Dilicom_Hub extends Class_WebService_Abstrac
$content = json_decode($response);
if ($content->returnMessage)
$loan->delete();
$loan->setLoanLink($content->link->url)->save();
if($content->returnMessage)
$loan->delete();
return $content;
}
......
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