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

Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop

parents e9fb0f42 b4f83d33
No related branches found
No related tags found
No related merge requests found
......@@ -1112,7 +1112,7 @@ else if (($action == 'addline' || $action == 'addline_predef') && $user->rights-
unset($_POST['qty']);
unset($_POST['type']);
unset($_POST['idprod']);
unset($_POST['remmise_percent']);
unset($_POST['remise_percent']);
unset($_POST['dp_desc']);
unset($_POST['np_desc']);
unset($_POST['np_price']);
......@@ -3526,4 +3526,4 @@ else
llxFooter();
$db->close();
?>
\ No newline at end of file
?>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment