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

dev #48981 fix test failure

parent 08ef6f23
Branches
Tags
3 merge requests!2080Sandbox detach zf from storm,!1940Dev#48981 3455 lier des cartes via bokeh,!1929Dev#48981 3455 lier des cartes via bokeh
......@@ -34,7 +34,7 @@ class Class_User_Cards extends Storm_Model_Collection {
public function getLoansWithOutPNB() {
$loans = new Storm_Collection();
foreach($this as $card)
$loans->addAll(new Class_User_CardsOperationDecorator::decorateAll($card->getLoansWithOutPNB(), $card));
$loans->addAll(Class_User_CardsOperationDecorator::decorateAll($card->getLoansWithOutPNB(), $card));
return $loans;
}
......
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