We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4aced13 commit 8776880Copy full SHA for 8776880
htdocs/takepos/admin/terminal.php
@@ -262,7 +262,7 @@
262
$dirmodels = array_merge(array('/'), (array) $conf->modules_parts['models']);
263
foreach ($dirmodels as $reldir)
264
{
265
- $dir = dol_buildpath($reldir."core/modules/facture/");
+ $dir = dol_buildpath($reldir."core/modules/facture/");
266
if (is_dir($dir))
267
268
$handle = opendir($dir);
@@ -290,7 +290,7 @@
290
// Charging the numbering class
291
require_once $dir.$filebis;
292
293
- $module = new $classname($db);
+ $module = new $classname($db);
294
295
// Show modules according to features level
296
if ($module->version == 'development' && $conf->global->MAIN_FEATURES_LEVEL < 2) continue;
0 commit comments