Merge pull request #22178 from frederic34/multitabs
remove multiples tabs added by error
This commit is contained in:
commit
5dc26b79b3
@ -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);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user