2
0
forked from Wavyzz/dolibarr

ajout de DOL_URL_ROOT quand a manquait ...

This commit is contained in:
erics
2003-07-22 17:51:05 +00:00
parent 5215e8ed0e
commit 080ad5da9e
15 changed files with 21 additions and 21 deletions

View File

@@ -49,7 +49,7 @@ class Commande {
$this->id = $result["rowid"];
$this->client_name = $result["customers_name"];
$this->nom_url = '<a href="/commande/fiche.php?id='.$result["rowid"].'">'.$result["nom"].'</a>';
$this->nom_url = '<a href="'.DOL_URL_ROOT.'/commande/fiche.php?id='.$result["rowid"].'">'.$result["nom"].'</a>';
}
$this->db->free();