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

hotline #75730 MyBibApp / user / loans : test fix

parent 408ef71d
Branches
Tags
4 merge requests!2685Master,!2684Master,!2683Hotline,!2673hotline #75730 MyBibApp / user / loans : fix PNB loans rendering
Pipeline #4287 passed with stage
in 36 minutes and 45 seconds
......@@ -32,7 +32,7 @@ class ZendAfi_View_Helper_Api_Holds extends Zend_View_Helper_Abstract {
public function holdToArray($hold) {
$datas = [
'id' => $hold->getId(),
'title' => strip_tags($loan->getTitre()),
'title' => strip_tags($hold->getTitre()),
'author' => $hold->getAuteur(),
'status' => $hold->getEtat(),
'held_by' => $hold->getUserFullName(),
......
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