Ajout lien vers le dossier du client
This commit is contained in:
parent
caea0a55c4
commit
3b65134aa6
@ -102,7 +102,7 @@ if ($result)
|
||||
print_liste_field_titre($langs->trans("Companies"),"clients.php","s.nom",$addu,"",'');
|
||||
print_liste_field_titre($langs->trans("Code"),"clients.php","s.code_client",$addu,"",'');
|
||||
print_liste_field_titre($langs->trans("Town"),"clients.php","s.ville",$addu);
|
||||
print "</tr>\n";
|
||||
print "<td> </td></tr>\n";
|
||||
|
||||
print '<form method="get" action="clients.php">';
|
||||
print '<tr class="liste_titre">';
|
||||
@ -110,7 +110,7 @@ if ($result)
|
||||
print '<input type="text" name="search_nom" value="'.$_GET["search_nom"].'">';
|
||||
print '</td><td valign="right">';
|
||||
print '<input type="text" name="search_code" value="'.$_GET["search_code"].'">';
|
||||
print '</td><td><input type="submit">';
|
||||
print '</td><td colspan="2"><input type="submit">';
|
||||
print "</td>";
|
||||
print "</tr>\n";
|
||||
|
||||
@ -128,7 +128,9 @@ if ($result)
|
||||
print "</a> <a href=\"fiche.php?socid=$obj->idp\">$obj->nom</A></td>\n";
|
||||
print "<td>".$obj->code_client." </td>\n";
|
||||
print "<td>".$obj->ville." </td>\n";
|
||||
print "</tr>\n";
|
||||
print '<td><a href="'.DOL_URL_ROOT.'/dossier/client/fiche.php?id='.$obj->idp.'">';
|
||||
print img_folder();
|
||||
print "</a></td></tr>\n";
|
||||
$i++;
|
||||
}
|
||||
print "</table>";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user