mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 00:52:01 +01:00
Debug v21
This commit is contained in:
@@ -1422,9 +1422,10 @@ while ($i < $imaxinloop) {
|
||||
}
|
||||
|
||||
$arraysocialnetworks = (array) json_decode($obj->socialnetworks, true);
|
||||
$contactstatic->id = $obj->rowid;
|
||||
$contactstatic->ref_ext = $obj->ref_ext;
|
||||
$contactstatic->lastname = $obj->lastname;
|
||||
$contactstatic->firstname = $obj->firstname;
|
||||
$contactstatic->id = $obj->rowid;
|
||||
$contactstatic->statut = $obj->statut;
|
||||
$contactstatic->poste = $obj->poste;
|
||||
$contactstatic->email = $obj->email;
|
||||
|
||||
@@ -1577,6 +1577,7 @@ while ($i < $imaxinloop) {
|
||||
if (empty($reshook)) {
|
||||
$product_static->id = $obj->rowid;
|
||||
$product_static->ref = $obj->ref;
|
||||
$product_static->ref_ext = $obj->ref_ext;
|
||||
$product_static->description = $obj->description;
|
||||
$product_static->ref_fourn = empty($obj->ref_supplier) ? '' : $obj->ref_supplier; // deprecated
|
||||
$product_static->ref_supplier = empty($obj->ref_supplier) ? '' : $obj->ref_supplier;
|
||||
|
||||
Reference in New Issue
Block a user