Fix syntax error in 'htdocs\accountancy\admin\export.php' : Delete 'aZ09' text in line 45

This commit is contained in:
Laurent BOUQUET 2018-11-08 16:24:31 +01:00
parent 0f43521274
commit 360eb6eed6

View File

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