Ajout lien sur le numéro de facture
This commit is contained in:
parent
c174eba124
commit
c8b5928798
@ -158,7 +158,7 @@ if ($_GET["id"] or $_GET["numero"])
|
|||||||
$fac = new Facture($db);
|
$fac = new Facture($db);
|
||||||
$fac->fetch($facs[$facnum]);
|
$fac->fetch($facs[$facnum]);
|
||||||
|
|
||||||
print '<tr><td>Facture</td><td colspan="3">'.$fac->ref.'</td></tr>';
|
print '<tr><td>Facture</td><td colspan="3"><a href="'.DOL_URL_ROOT.'/telephonie/client/facture.php?facid='.$fac->id.'">'.$fac->ref.'</a></td></tr>';
|
||||||
|
|
||||||
print "</table>\n";
|
print "</table>\n";
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user