Fix bad fix

This commit is contained in:
Laurent Destailleur 2018-11-06 19:51:16 +01:00
parent c4db549f94
commit 7dd941dd51

View File

@ -41,8 +41,8 @@ if (empty($user->rights->accounting->chartofaccount))
accessforbidden();
}
$action = GETPOST('action', 'alpha');
aZ09
$action = GETPOST('action', 'aZ09');
// Parameters ACCOUNTING_EXPORT_*
$main_option = array (
'ACCOUNTING_EXPORT_PREFIX_SPEC',