Skip to content
Snippets Groups Projects
Commit c691de60 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix: Field must be reset after adding.

parent 4b8eeead
No related branches found
No related tags found
No related merge requests found
......@@ -834,6 +834,7 @@ else if ($action == "addline" && $user->rights->propale->creer)
unset($_POST['np_price']);
unset($_POST['dp_desc']);
unset($_POST['np_tva_tx']);
unset($_POST['np_desc']);
}
else
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment