Ajout lien direct vers la propale dans l'affichage du rsultat

This commit is contained in:
Rodolphe Quiedeville 2003-06-28 14:10:21 +00:00
parent 9cbb97c51f
commit 15b89a708e

View File

@ -50,7 +50,8 @@ if ($action == 'addinpropal')
$propal->insert_product($id, $HTTP_POST_VARS["qty"]);
$action = '';
$mesg = 'Produit ajouté à la proposition '.$propal->ref;
$mesg = 'Produit ajouté à la proposition ';
$mesg .= '<a href="../comm/propal.php3?propalid='.$propal->id.'">'.$propal->ref.'</a>';
}