mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-06 09:38:23 +01:00
New: A module can disable attachment features.
This commit is contained in:
@@ -1864,6 +1864,8 @@ else
|
|||||||
print '</div>'."\n";
|
print '</div>'."\n";
|
||||||
print '<br>';
|
print '<br>';
|
||||||
|
|
||||||
|
if (empty($conf->global->SOCIETE_DISABLE_BUILDDOC))
|
||||||
|
{
|
||||||
print '<table width="100%"><tr><td valign="top" width="50%">';
|
print '<table width="100%"><tr><td valign="top" width="50%">';
|
||||||
print '<a name="builddoc"></a>'; // ancre
|
print '<a name="builddoc"></a>'; // ancre
|
||||||
|
|
||||||
@@ -1885,6 +1887,7 @@ else
|
|||||||
print '</table>';
|
print '</table>';
|
||||||
|
|
||||||
print '<br>';
|
print '<br>';
|
||||||
|
}
|
||||||
|
|
||||||
// Subsidiaries list
|
// Subsidiaries list
|
||||||
$result=show_subsidiaries($conf,$langs,$db,$soc);
|
$result=show_subsidiaries($conf,$langs,$db,$soc);
|
||||||
|
|||||||
Reference in New Issue
Block a user