[-] BO : Credit slips now appear in document section

This commit is contained in:
fSerny
2011-12-22 18:02:04 +00:00
parent 5a708e408b
commit d4beecb774
5 changed files with 45 additions and 29 deletions
+2 -1
View File
@@ -238,6 +238,7 @@ class CollectionCore implements Iterator, ArrayAccess, Countable
*/
public function getResults()
{
$this->getAll();
return $this->results;
}
@@ -457,4 +458,4 @@ class CollectionCore implements Iterator, ArrayAccess, Countable
$this->alias[$association] = 'a'.$this->alias_iterator++;
return $this->alias[$association];
}
}
}