From 266986510143b55a66f6922075ebaa66573528ba Mon Sep 17 00:00:00 2001 From: Michael RICOIS Date: Wed, 7 Sep 2016 13:59:32 +0200 Subject: [PATCH] getCadastrePatrimoine dans service 0.9 --- library/Scores/Ws/Client/Entreprise.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/library/Scores/Ws/Client/Entreprise.php b/library/Scores/Ws/Client/Entreprise.php index 278a5cfe8..36f1a8b0c 100644 --- a/library/Scores/Ws/Client/Entreprise.php +++ b/library/Scores/Ws/Client/Entreprise.php @@ -29,15 +29,15 @@ return array( 'debug' => true, 'log' => 'mail', ), + 'getCadastrePatrimoine' => array( + 'debug' => true, + 'errorMsg' => array('0902'), + 'log' => 'mail', + ), ), '0.8' => array( 'getSurveillances' => array( 'debug' => true, ), - 'getCadastrePatrimoine' => array( - 'debug' => true, - 'errorMsg' => array('0902'), - 'log' => 'mail', - ) ), ); \ No newline at end of file