Ajout texte "Facturer" sur logo.
This commit is contained in:
parent
4cf57b5925
commit
f0b49b5593
@ -161,7 +161,7 @@ if ($result)
|
||||
print "<td>".$obj->ville."</td>\n";
|
||||
print "<td align=\"center\">$obj->prefix_comm </td>\n";
|
||||
|
||||
print '<td><a href="facture/fiche.php?action=create&socid='.$obj->idp.'"><img src="'.DOL_URL_ROOT.'/theme/'.$conf->theme.'/img/filenew.png" border="0" alt="Nouvelle facture"></a></td>';
|
||||
print '<td><a href="facture/fiche.php?action=create&socid='.$obj->idp.'">Facturer <img src="'.DOL_URL_ROOT.'/theme/'.$conf->theme.'/img/filenew.png" border="0" alt="Nouvelle facture"></a></td>';
|
||||
|
||||
print "</tr>\n";
|
||||
$i++;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user