Correction bug de montant

This commit is contained in:
Rodolphe Quiedeville 2004-04-06 08:43:22 +00:00
parent e62775acd8
commit dbec42ddf6

View File

@ -41,7 +41,7 @@ if ($action == 'add' && $account)
}
else
{
$amount = - $_POST["credit"];
$amount = - $_POST["debit"];
}
$dateop = $_POST["dateoy"].$_POST["dateo"];