2
0
forked from Wavyzz/dolibarr

Renamed llx_c_pays to llx_c_country & field "libelle" to "label"

This commit is contained in:
aspangaro
2014-08-10 13:37:39 +02:00
parent ebcc68cdfa
commit 0738103da8
53 changed files with 488 additions and 491 deletions

View File

@@ -540,7 +540,7 @@ function createUserFromThirdparty($authentication,$thirdpartywithuser)
$langs->load("dict");
$sql = "SELECT rowid";
$sql.= " FROM ".MAIN_DB_PREFIX."c_pays";
$sql.= " FROM ".MAIN_DB_PREFIX."c_country";
$sql.= " WHERE active = 1";
$sql.= " AND code='".$thirdparty->country_code."'";