Fix syntax error in 'htdocs\accountancy\admin\export.php' : Delete 'aZ09' text in line 45
This commit is contained in:
parent
15dd2b3e35
commit
0f43521274
@ -42,7 +42,7 @@ if (empty($user->rights->accounting->chartofaccount))
|
|||||||
}
|
}
|
||||||
|
|
||||||
$action = GETPOST('action', 'alpha');
|
$action = GETPOST('action', 'alpha');
|
||||||
aZ09
|
|
||||||
// Parameters ACCOUNTING_EXPORT_*
|
// Parameters ACCOUNTING_EXPORT_*
|
||||||
$main_option = array (
|
$main_option = array (
|
||||||
'ACCOUNTING_EXPORT_PREFIX_SPEC',
|
'ACCOUNTING_EXPORT_PREFIX_SPEC',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user