Ajout clé formejuridique
This commit is contained in:
parent
7bf7d44975
commit
962fc20882
@ -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;",
|
||||
),
|
||||
);
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user