From a7e40fca7d6ecd5c01c84fa3ec2ba3cafbfa4a77 Mon Sep 17 00:00:00 2001 From: Michael RICOIS Date: Fri, 24 Jan 2014 09:53:03 +0000 Subject: [PATCH] issue #0001541 : Prepare to mark as ordered --- library/WsScore/Pieces/v0.1/Pieces.php | 6 ++++++ library/WsScore/Pieces/v0.1/Types.php | 4 ++++ 2 files changed, 10 insertions(+) diff --git a/library/WsScore/Pieces/v0.1/Pieces.php b/library/WsScore/Pieces/v0.1/Pieces.php index 3588a423..a2ac771a 100644 --- a/library/WsScore/Pieces/v0.1/Pieces.php +++ b/library/WsScore/Pieces/v0.1/Pieces.php @@ -199,6 +199,9 @@ class Pieces extends WsScore $infogreffe = new Metier_Infogreffe_Bi($identifiant); $list = $infogreffe->getList(); $nbBilans = count($list); + + //@todo : Marquer les éléments en commande courrier si déjà commandé ModeDiffusion = O + } $this->wsLog('greffe_bilans', $identifiant, 'Liste'); @@ -390,6 +393,9 @@ class Pieces extends WsScore } } } + + //@todo : Marquer les éléments en commande courrier si déjà commandé ModeDiffusion = O + } $this->wsLog('greffe_actes', $identifiant, 'Liste'); diff --git a/library/WsScore/Pieces/v0.1/Types.php b/library/WsScore/Pieces/v0.1/Types.php index fff26d24..6bb653d8 100644 --- a/library/WsScore/Pieces/v0.1/Types.php +++ b/library/WsScore/Pieces/v0.1/Types.php @@ -40,6 +40,8 @@ class Bilan public $Type; /** + * Mode de diffusion + * T = Téléchargement, C = Commande pour numérisation, L = Commande pour nuémrisation (archive), O = En commande * @var string */ public $ModeDiffusion; @@ -127,6 +129,8 @@ class Acte public $ActeTypeLabel; /** + * Mode de diffusion + * T = Téléchargement, C = Commande pour numérisation, L = Commande pour nuémrisation (archive), O = En commande * @var string */ public $ModeDiffusion;