Skip to content

Commit

Permalink
Fix : outstanding limit was not saved
Browse files Browse the repository at this point in the history
  • Loading branch information
atm-maxime committed Apr 18, 2015
1 parent 08dfcf3 commit 8e4771d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/comm/card.php
Expand Up @@ -155,7 +155,7 @@
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');
}
Expand Down

0 comments on commit 8e4771d

Please sign in to comment.