Update box_fournisseurs.php

This commit is contained in:
Frédéric FRANCE 2019-09-17 23:04:43 +02:00 committed by GitHub
parent c38c0bec1c
commit c01ab451cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -109,7 +109,7 @@ class box_fournisseurs extends ModeleBoxes
$datem=$db->jdate($objp->tms);
$thirdpartytmp->id = $objp->socid;
$thirdpartytmp->name = $objp->name;
$thirdpartytmp->email = $objp->email;
$thirdpartytmp->email = $objp->semail;
$thirdpartytmp->code_client = $objp->code_client;
$thirdpartytmp->logo = $objp->logo;