Skip to content
Snippets Groups Projects
Commit cc9197e4 authored by Marcos García de La Fuente's avatar Marcos García de La Fuente
Browse files

Fixed problem with Fichinter::getNextNumRef

parent 103a433b
Branches
Tags
No related merge requests found
......@@ -603,8 +603,8 @@ class Fichinter extends CommonObject
{
$mybool = false;
$file = $conf->global->FICHEINTER_ADDON.".php";
$classname = $conf->global->FICHEINTER_ADDON;
$file = "mod_".$conf->global->FICHEINTER_ADDON.".php";
$classname = "mod_".$conf->global->FICHEINTER_ADDON;
// Include file with class
$dirmodels = array_merge(array('/'), (array) $conf->modules_parts['models']);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment