remove multiples tabs added by error
This commit is contained in:
parent
7f2b797a7b
commit
52586e5c37
@ -84,7 +84,9 @@ if ($action == 'updateMask') {
|
|||||||
$commande->thirdparty = $specimenthirdparty;
|
$commande->thirdparty = $specimenthirdparty;
|
||||||
|
|
||||||
// Search template files
|
// Search template files
|
||||||
$file = ''; $classname = ''; $filefound = 0;
|
$file = '';
|
||||||
|
$classname = '';
|
||||||
|
$filefound = 0;
|
||||||
$dirmodels = array_merge(array('/'), (array) $conf->modules_parts['models']);
|
$dirmodels = array_merge(array('/'), (array) $conf->modules_parts['models']);
|
||||||
foreach ($dirmodels as $reldir) {
|
foreach ($dirmodels as $reldir) {
|
||||||
$file = dol_buildpath($reldir."core/modules/supplier_order/doc/pdf_".$modele.".modules.php", 0);
|
$file = dol_buildpath($reldir."core/modules/supplier_order/doc/pdf_".$modele.".modules.php", 0);
|
||||||
@ -369,7 +371,7 @@ foreach ($dirmodels as $reldir) {
|
|||||||
|
|
||||||
print "<tr class=\"oddeven\">\n";
|
print "<tr class=\"oddeven\">\n";
|
||||||
print "<td>";
|
print "<td>";
|
||||||
print (empty($module->name) ? $name : $module->name);
|
print(empty($module->name) ? $name : $module->name);
|
||||||
print "</td>\n";
|
print "</td>\n";
|
||||||
print "<td>\n";
|
print "<td>\n";
|
||||||
require_once $dir.'/'.$file;
|
require_once $dir.'/'.$file;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user