Skip to content
Snippets Groups Projects
Commit 91c3e359 authored by Regis Houssin's avatar Regis Houssin
Browse files

bugfix

parent 904fd64e
No related branches found
No related tags found
No related merge requests found
...@@ -442,6 +442,8 @@ if ($_POST['action'] == "addligne" && $user->rights->propale->creer) ...@@ -442,6 +442,8 @@ if ($_POST['action'] == "addligne" && $user->rights->propale->creer)
{ {
$propal = new Propal($db); $propal = new Propal($db);
$ret=$propal->fetch($_POST['propalid']); $ret=$propal->fetch($_POST['propalid']);
$soc = new Societe($db, $propal->socidp);
$soc->fetch($propal->socidp);
// Ecrase $pu par celui du produit // Ecrase $pu par celui du produit
// Ecrase $desc par celui du produit // Ecrase $desc par celui du produit
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment