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

Merge pull request #2645 from atm-maxime/develop

Fix : outstanding limit was not saved
parents e1403b13 8e4771da
No related branches found
No related tags found
No related merge requests found
......@@ -155,7 +155,7 @@ if (empty($reshook))
if ($action == 'setoutstanding_limit')
{
$object->fetch($id);
$object->outstanding_limit=GETPOST('setoutstanding_limit');
$object->outstanding_limit=GETPOST('outstanding_limit');
$result=$object->set_OutstandingBill($user);
if ($result < 0) setEventMessage($object->error,'errors');
}
......
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