mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-23 06:47:40 +01:00
Fix #316
This commit is contained in:
parent
2c11f3b27d
commit
468fe1e79d
@ -48,6 +48,10 @@ $settings = [
|
||||
'type' => 'ext',
|
||||
'description' => tr("Permette l'automazione della conversione dei numeri (facoltativo)"),
|
||||
],
|
||||
'dom' => [
|
||||
'type' => 'ext',
|
||||
'description' => tr("Permette la gestione dei file standard per la Fatturazione Elettronica"),
|
||||
],
|
||||
'soap' => [
|
||||
'type' => 'ext',
|
||||
'description' => tr('Permette la comunicazione con servizi esterni, quali il database europeo delle Partite IVA (facoltativo)'),
|
||||
@ -57,10 +61,10 @@ $settings = [
|
||||
'description' => tr('Permette la comunicazione con servizi esterni, quali APILayer (facoltativo)'),
|
||||
],
|
||||
|
||||
'display_errors' => [
|
||||
'type' => 'value',
|
||||
'description' => true,
|
||||
],
|
||||
//'display_errors' => [
|
||||
// 'type' => 'value',
|
||||
// 'description' => true,
|
||||
//],
|
||||
'upload_max_filesize' => [
|
||||
'type' => 'value',
|
||||
'description' => '>16M',
|
||||
|
Loading…
x
Reference in New Issue
Block a user