Browse Source

Fix bad fix

Laurent Destailleur 6 years ago
parent
commit
7dd941dd51
1 changed files with 2 additions and 2 deletions
  1. 2 2
      htdocs/accountancy/admin/export.php

+ 2 - 2
htdocs/accountancy/admin/export.php

@@ -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',