Comment move

This commit is contained in:
Michael RICOIS 2013-10-30 14:38:33 +00:00
parent ede41cb569
commit 5b3fb56fbc
2 changed files with 3 additions and 2 deletions

View File

@ -91,7 +91,6 @@ class Pieces extends WsScore
/**
* Liste des bilans disponible au format image
* @todo : Code Saisie + Date saisie
* @param string $identifiant
* @param int $position
* @param int $nbRep
@ -100,6 +99,8 @@ class Pieces extends WsScore
*/
public function getBilans($identifiant, $position = 0, $nbRep = 200)
{
// @todo : Code Saisie + Date saisie
$this->authenticate();
if ( empty($position) ) {

View File

@ -61,7 +61,7 @@ class Bilan
/**
*
* @var unknown
* @var string
*/
public $SaisieCode;