Skip to content
Snippets Groups Projects
Commit 0cfa112c authored by Frédéric France's avatar Frédéric France
Browse files

Update index.php

parent c4c8ffd6
No related branches found
No related tags found
No related merge requests found
......@@ -250,6 +250,8 @@ print '</div><div class="fichetwothirdright"><div class="ficheaddleft">';
*/
$max=15;
$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.canvas, s.tms as datem, s.status as status";
$sql.= " FROM ".MAIN_DB_PREFIX."societe as s";
......@@ -298,8 +300,10 @@ if ($result)
$thirdparty_static->logo = $objp->logo;
$thirdparty_static->datem=$db->jdate($objp->datem);
$thirdparty_static->status=$objp->status;
$thirdparty_static->code_client = $objp->code_client;
$thirdparty_static->code_fournisseur = $objp->code_fournisseur;
$thirdparty_static->canvas=$objp->canvas;
print $thirdparty_static->getNomUrl(1);
print $thirdparty_static->getNomUrl(1);
print "</td>\n";
// Type
print '<td align="center">';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment