Ajout lien direct vers la propale dans l'affichage du rsultat
This commit is contained in:
parent
9cbb97c51f
commit
15b89a708e
@ -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>';
|
||||
}
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user