commit
e4014bf01d
@ -250,6 +250,8 @@ print '</div><div class="fichetwothirdright"><div class="ficheaddleft">';
|
|||||||
*/
|
*/
|
||||||
$max=15;
|
$max=15;
|
||||||
$sql = "SELECT s.rowid, s.nom as name, s.client, s.fournisseur";
|
$sql = "SELECT s.rowid, s.nom as name, s.client, s.fournisseur";
|
||||||
|
$sql.= ", s.code_client";
|
||||||
|
$sql.= ", s.code_fournisseur";
|
||||||
$sql.= ", s.logo";
|
$sql.= ", s.logo";
|
||||||
$sql.= ", s.canvas, s.tms as datem, s.status as status";
|
$sql.= ", s.canvas, s.tms as datem, s.status as status";
|
||||||
$sql.= " FROM ".MAIN_DB_PREFIX."societe as s";
|
$sql.= " FROM ".MAIN_DB_PREFIX."societe as s";
|
||||||
@ -298,6 +300,8 @@ if ($result)
|
|||||||
$thirdparty_static->logo = $objp->logo;
|
$thirdparty_static->logo = $objp->logo;
|
||||||
$thirdparty_static->datem=$db->jdate($objp->datem);
|
$thirdparty_static->datem=$db->jdate($objp->datem);
|
||||||
$thirdparty_static->status=$objp->status;
|
$thirdparty_static->status=$objp->status;
|
||||||
|
$thirdparty_static->code_client = $objp->code_client;
|
||||||
|
$thirdparty_static->code_fournisseur = $objp->code_fournisseur;
|
||||||
$thirdparty_static->canvas=$objp->canvas;
|
$thirdparty_static->canvas=$objp->canvas;
|
||||||
print $thirdparty_static->getNomUrl(1);
|
print $thirdparty_static->getNomUrl(1);
|
||||||
print "</td>\n";
|
print "</td>\n";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user