Add constant because such table should be edited with a specific page
(that does not exist yet, but that should exists as soon as someone works on it).
This commit is contained in:
parent
5bc5707236
commit
a08606f456
@ -306,7 +306,7 @@ $tabcond[19]= ! empty($conf->societe->enabled);
|
||||
$tabcond[20]= ! empty($conf->fournisseur->enabled);
|
||||
$tabcond[21]= ! empty($conf->propal->enabled);
|
||||
$tabcond[22]= (! empty($conf->commande->enabled) || ! empty($conf->propal->enabled));
|
||||
$tabcond[23]= (! empty($conf->comptabilite->enabled) || ! empty($conf->accounting->enabled));
|
||||
$tabcond[23]= (! empty($conf->global->ACCOUNTING_USEDICTTOEDIT) && ! empty($conf->accounting->enabled)); // The accountancy plan should be edited with specific pages. You can set ACCOUNTING_USEDICTTOEDIT to 1 if you want to use dictionnary editor.
|
||||
|
||||
// List of help for fields
|
||||
$tabhelp=array();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user