Fix: Better error place
This commit is contained in:
parent
cbe899690b
commit
808cd3b77d
@ -356,11 +356,16 @@ foreach ($conf->file->dol_document_root as $dirroot)
|
|||||||
|
|
||||||
print '<td align="center">';
|
print '<td align="center">';
|
||||||
print $html->textwithpicto('',$htmltooltip,1,0);
|
print $html->textwithpicto('',$htmltooltip,1,0);
|
||||||
|
|
||||||
|
if ($conf->global->FACTURE_ADDON.'.php' == $file) // If module is the one used, we show existing errors
|
||||||
|
{
|
||||||
|
if (! empty($module->error)) dol_htmloutput_errors($module->error,'');
|
||||||
|
}
|
||||||
|
|
||||||
print '</td>';
|
print '</td>';
|
||||||
|
|
||||||
print "</tr>\n";
|
print "</tr>\n";
|
||||||
|
|
||||||
if (! empty($module->error)) dol_htmloutput_errors($module->error,'');
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user