add of names in update
This commit is contained in:
parent
c368ff69df
commit
c257f32559
@ -832,7 +832,8 @@ class modSociete extends DolibarrModules
|
|||||||
's.note_public' => "My public note"
|
's.note_public' => "My public note"
|
||||||
);
|
);
|
||||||
$this->import_updatekeys_array[$r] = array(
|
$this->import_updatekeys_array[$r] = array(
|
||||||
's.rowid' => 'Id'
|
's.rowid' => 'Id',
|
||||||
|
's.lastname' => "Lastname",
|
||||||
);
|
);
|
||||||
if (!empty($conf->socialnetworks->enabled)) {
|
if (!empty($conf->socialnetworks->enabled)) {
|
||||||
$sql = "SELECT code, label FROM ".MAIN_DB_PREFIX."c_socialnetworks WHERE active = 1";
|
$sql = "SELECT code, label FROM ".MAIN_DB_PREFIX."c_socialnetworks WHERE active = 1";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user