Skip to content

Commit

Permalink
Fix: Bad param
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Sep 20, 2013
1 parent 7a1efdb commit 53979ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/compta/bank/fiche.php
Expand Up @@ -71,7 +71,7 @@

$account->currency_code = trim($_POST["account_currency_code"]);

$account->state_id = $_POST["account_departement_id"];
$account->state_id = $_POST["account_state_id"];
$account->country_id = $_POST["account_country_id"];

$account->min_allowed = $_POST["account_min_allowed"];
Expand Down

0 comments on commit 53979ad

Please sign in to comment.