Pointe désormais le formulaire de recherche sur toutes les sociétés et
pas seulement les clients
This commit is contained in:
parent
1eaad2de87
commit
b87c4759b0
@ -491,7 +491,7 @@ Function left_menu($menu, $help_url='', $form_search='', $author='')
|
|||||||
|
|
||||||
if (defined("MAIN_SEARCHFORM_SOCIETE") && MAIN_SEARCHFORM_SOCIETE > 0)
|
if (defined("MAIN_SEARCHFORM_SOCIETE") && MAIN_SEARCHFORM_SOCIETE > 0)
|
||||||
{
|
{
|
||||||
print '<form action="'.DOL_URL_ROOT.'/comm/clients.php">';
|
print '<form action="'.DOL_URL_ROOT.'/societe.php">';
|
||||||
print '<A class="menu" href="'.DOL_URL_ROOT.'/comm/clients.php">Societes</A><br>';
|
print '<A class="menu" href="'.DOL_URL_ROOT.'/comm/clients.php">Societes</A><br>';
|
||||||
print '<input type="hidden" name="mode" value="search">';
|
print '<input type="hidden" name="mode" value="search">';
|
||||||
print '<input type="hidden" name="mode-search" value="soc">';
|
print '<input type="hidden" name="mode-search" value="soc">';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user