From 962fc20882fa0abb7a5b13bbc80d53f017dcbf52 Mon Sep 17 00:00:00 2001 From: Michael RICOIS Date: Wed, 2 Nov 2011 09:03:00 +0000 Subject: [PATCH] =?UTF-8?q?Ajout=20cl=C3=A9=20formejuridique?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/WsScore/Exporter/v0.1/Exporter.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/library/WsScore/Exporter/v0.1/Exporter.php b/library/WsScore/Exporter/v0.1/Exporter.php index 55cf3bce..59ebf287 100644 --- a/library/WsScore/Exporter/v0.1/Exporter.php +++ b/library/WsScore/Exporter/v0.1/Exporter.php @@ -10,6 +10,11 @@ class Exporter extends WsScore 'entete' => array("codNaf", "libNaf"), 'sql' => "SELECT codNaf5 AS codNaf, libNaf5 AS libNaf FROM jo.tabNaf5 UNION SELECT codNaf700 AS codNaf, libNaf700 AS libNaf FROM jo.tabNaf4 ORDER BY codNaf", ), + 'formejuridique' => array( + 'desc' => "Formes juridiques", + 'entete' => array("fjCode", "fjLibelle", "fjInsee"), + 'sql' => "SELECT code AS fjCode, libelle AS fjLibelle, cjOfficielle AS fjInsee FROM jo.tabFJur;", + ), ); /**