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['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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user