Fix: Field must be reset after adding.
This commit is contained in:
parent
4b8eeead2c
commit
c691de6046
@ -834,6 +834,7 @@ else if ($action == "addline" && $user->rights->propale->creer)
|
|||||||
unset($_POST['np_price']);
|
unset($_POST['np_price']);
|
||||||
unset($_POST['dp_desc']);
|
unset($_POST['dp_desc']);
|
||||||
unset($_POST['np_tva_tx']);
|
unset($_POST['np_tva_tx']);
|
||||||
|
unset($_POST['np_desc']);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
@ -2028,7 +2029,7 @@ else
|
|||||||
print '<td>';
|
print '<td>';
|
||||||
print $companystatic->getNomUrl(1,'customer');
|
print $companystatic->getNomUrl(1,'customer');
|
||||||
print '</td>';
|
print '</td>';
|
||||||
|
|
||||||
// Customer ref
|
// Customer ref
|
||||||
print '<td nowrap="nowrap">';
|
print '<td nowrap="nowrap">';
|
||||||
print $objp->ref_client;
|
print $objp->ref_client;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user