Update societe.class.php

This commit is contained in:
Laurent Destailleur 2021-02-26 13:08:24 +01:00 committed by GitHub
parent e97468c138
commit ad63ac6bb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1601,7 +1601,7 @@ class Societe extends CommonObject
$sql .= ', fj.libelle as forme_juridique'; $sql .= ', fj.libelle as forme_juridique';
$sql .= ', e.libelle as effectif'; $sql .= ', e.libelle as effectif';
$sql .= ', c.code as country_code, c.label as country'; $sql .= ', c.code as country_code, c.label as country';
$sql .= ', d.code_departement as state_code,r.code_region as region_code, d.nom as state'; $sql .= ', d.code_departement as state_code, d.nom as state, r.code_region as region_code';
$sql .= ', st.libelle as stcomm, st.picto as stcomm_picto'; $sql .= ', st.libelle as stcomm, st.picto as stcomm_picto';
$sql .= ', te.code as typent_code'; $sql .= ', te.code as typent_code';
$sql .= ', i.libelle as label_incoterms'; $sql .= ', i.libelle as label_incoterms';