Fix: Bad param

This commit is contained in:
Laurent Destailleur 2013-09-20 14:29:09 +02:00
parent 7a1efdbab6
commit 53979ad58c

View File

@ -71,7 +71,7 @@ if ($_POST["action"] == 'add')
$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"];