From c691de60466ffd083c2c67640b4a2038f69eceaf Mon Sep 17 00:00:00 2001
From: Laurent Destailleur <eldy@destailleur.fr>
Date: Fri, 20 Apr 2012 13:50:23 +0200
Subject: [PATCH] Fix: Field must be reset after adding.

---
 htdocs/comm/propal.php | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/htdocs/comm/propal.php b/htdocs/comm/propal.php
index e20d67c95ab..9c257299a01 100644
--- a/htdocs/comm/propal.php
+++ b/htdocs/comm/propal.php
@@ -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
 			{
@@ -2028,7 +2029,7 @@ else
 			print '<td>';
 			print $companystatic->getNomUrl(1,'customer');
 			print '</td>';
-			
+
 			// Customer ref
 			print '<td nowrap="nowrap">';
 			print $objp->ref_client;
-- 
GitLab