Merge pull request #125 from ToniF23/master

Fix Typo
This commit is contained in:
OpenXE-ERP 2024-03-06 20:40:50 +01:00 committed by GitHub
commit 4dcca0949d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,7 +22,7 @@ include '../lib/libextern.php';
$config = new Config(); $config = new Config();
$db = new DB($config->WFdbhost, $config->WFdbname, $config->WFdbuser, $config->WFdbpass,null,$conf->WFdbport); $db = new DB($config->WFdbhost, $config->WFdbname, $config->WFdbuser, $config->WFdbpass,null,$config->WFdbport);
//$erp = new erpAPI($app); //$erp = new erpAPI($app);
//$app->erp = $erp; //$app->erp = $erp;