This commit is contained in:
Laurent Destailleur 2021-06-22 10:44:49 +02:00
parent 6702a452e3
commit 05c0bc4fac
3 changed files with 9 additions and 3 deletions

View File

@ -391,7 +391,7 @@ $reshook = $hookmanager->executeHooks('printFieldListSelect', $parameters); // N
$sql .= $hookmanager->resPrint;
$sql .= " FROM ".MAIN_DB_PREFIX."actioncomm as a";
$sql .= " LEFT JOIN ".MAIN_DB_PREFIX."actioncomm_extrafields as ef ON (a.id = ef.fk_object) ";
$sql .= " LEFT JOIN ".MAIN_DB_PREFIX."actioncomm_extrafields as ef ON (a.id = ef.fk_object)";
if (!$user->rights->societe->client->voir && !$socid) {
$sql .= " LEFT JOIN ".MAIN_DB_PREFIX."societe_commerciaux as sc ON a.fk_soc = sc.fk_soc";
}
@ -578,8 +578,8 @@ if ($resql) {
//print dol_get_fiche_end();
// Add link to show birthdays
$link = '';
/*
$link = '';
if (empty($conf->use_javascript_ajax))
{
$newparam=$param; // newparam is for birthday links
@ -841,7 +841,7 @@ if ($resql) {
// Ref
if (!empty($arrayfields['a.id']['checked'])) {
print '<td>';
print '<td class="nowraponall">';
print $actionstatic->getNomUrl(1, -1);
print '</td>';
}

View File

@ -6064,6 +6064,9 @@ dl.dropdown {
display:inline-block;
padding: 0 3px 2px 0;
}
.maxwidthsearch .dropdown dt a span, .multiSel span {
padding: 0 3px 2px 3px;
}
.dropdown span.value {
display:none;
}

View File

@ -5931,6 +5931,9 @@ dl.dropdown {
display:inline-block;
padding: 0 3px 2px 0;
}
.maxwidthsearch .dropdown dt a span, .multiSel span {
padding: 0 3px 2px 3px;
}
.dropdown span.value {
display:none;
}