css
This commit is contained in:
parent
91f725447a
commit
50d4b6c2b2
@ -2596,7 +2596,7 @@ function print_projecttasks_array($db, $form, $socid, $projectsListId, $mytasks
|
||||
print '<td class="tdoverflowmax150">';
|
||||
print $projectstatic->getNomUrl(1, '', 0, '', '-', 0, -1, 'nowraponall');
|
||||
if (!in_array('projectlabel', $hiddenfields)) {
|
||||
print '<br><span class="opacitymedium">'.dol_trunc($objp->title, 24).'</span>';
|
||||
print '<br><span class="opacitymedium small">'.dol_escape_htmltag($objp->title).'</span>';
|
||||
}
|
||||
print '</td>';
|
||||
|
||||
|
||||
@ -310,7 +310,7 @@ if ($resql) {
|
||||
|
||||
$companystatic = new Societe($db); // We need a clean new object for next loop because current one has some properties set.
|
||||
|
||||
|
||||
// List of open projects per thirdparty
|
||||
$sql = "SELECT COUNT(p.rowid) as nb, SUM(p.opp_amount)";
|
||||
$sql .= ", s.rowid as socid, s.nom as name, s.name_alias";
|
||||
$sql .= ", s.code_client, s.code_compta, s.client";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user