More files to delete in migration
This commit is contained in:
parent
82ddf293b6
commit
07a6bb5664
@ -3930,7 +3930,10 @@ function migrate_delete_old_files($db,$langs,$conf)
|
||||
|
||||
DOL_DOCUMENT_ROOT.'/compta/facture/class/api_invoice.class.php',
|
||||
DOL_DOCUMENT_ROOT.'/commande/class/api_commande.class.php',
|
||||
DOL_DOCUMENT_ROOT.'/user/class/api_user.class.php'
|
||||
DOL_DOCUMENT_ROOT.'/user/class/api_user.class.php',
|
||||
DOL_DOCUMENT_ROOT.'/product/class/api_product.class.php',
|
||||
DOL_DOCUMENT_ROOT.'/societe/class/api_contact.class.php',
|
||||
DOL_DOCUMENT_ROOT.'/societe/class/api_thirdparty.class.php'
|
||||
);
|
||||
|
||||
foreach ($filetodeletearray as $filetodelete)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user