Correction bug de montant
This commit is contained in:
parent
e62775acd8
commit
dbec42ddf6
@ -41,7 +41,7 @@ if ($action == 'add' && $account)
|
||||
}
|
||||
else
|
||||
{
|
||||
$amount = - $_POST["credit"];
|
||||
$amount = - $_POST["debit"];
|
||||
}
|
||||
|
||||
$dateop = $_POST["dateoy"].$_POST["dateo"];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user