From ead08c17d84ed16083fe427049cd352c53b2c4b3 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 22 Oct 2017 23:52:50 +0200 Subject: [PATCH] Discard loading of chart of account --- htdocs/install/step2.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/htdocs/install/step2.php b/htdocs/install/step2.php index ae5adc4e471..46acb3f34a2 100644 --- a/htdocs/install/step2.php +++ b/htdocs/install/step2.php @@ -514,6 +514,8 @@ if ($action == "set") { if (preg_match('/\.sql$/i',$file) && preg_match('/^llx_/i',$file)) { + if (preg_match('/^llx_accounting_account_/')) continue; // We discard data file of chart of account. Will be loaded when a chart is selected. + //print 'x'.$file.'-'.$createdata.'
'; if (is_numeric($createdata) || preg_match('/'.preg_quote($createdata).'/i',$file)) {