Skip to content

Commit 8776880

Browse files
authored
Update terminal.php
1 parent 4aced13 commit 8776880

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

htdocs/takepos/admin/terminal.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@
262262
$dirmodels = array_merge(array('/'), (array) $conf->modules_parts['models']);
263263
foreach ($dirmodels as $reldir)
264264
{
265-
$dir = dol_buildpath($reldir."core/modules/facture/");
265+
$dir = dol_buildpath($reldir."core/modules/facture/");
266266
if (is_dir($dir))
267267
{
268268
$handle = opendir($dir);
@@ -290,7 +290,7 @@
290290
// Charging the numbering class
291291
require_once $dir.$filebis;
292292

293-
$module = new $classname($db);
293+
$module = new $classname($db);
294294

295295
// Show modules according to features level
296296
if ($module->version == 'development' && $conf->global->MAIN_FEATURES_LEVEL < 2) continue;

0 commit comments

Comments
 (0)