commit
9579533f4f
@ -41,8 +41,6 @@ if (!empty($conf->propal->enabled)) {
|
||||
}
|
||||
if (!empty($conf->facture->enabled)) {
|
||||
require_once DOL_DOCUMENT_ROOT.'/compta/facture/class/facture.class.php';
|
||||
}
|
||||
if (!empty($conf->facture->enabled)) {
|
||||
require_once DOL_DOCUMENT_ROOT.'/compta/facture/class/facture-rec.class.php';
|
||||
}
|
||||
if (!empty($conf->commande->enabled)) {
|
||||
@ -80,8 +78,6 @@ if (!empty($conf->don->enabled)) {
|
||||
}
|
||||
if (!empty($conf->loan->enabled)) {
|
||||
require_once DOL_DOCUMENT_ROOT.'/loan/class/loan.class.php';
|
||||
}
|
||||
if (!empty($conf->loan->enabled)) {
|
||||
require_once DOL_DOCUMENT_ROOT.'/loan/class/loanschedule.class.php';
|
||||
}
|
||||
if (!empty($conf->stock->enabled)) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user