2
0
forked from Wavyzz/dolibarr

FIX Log of tax

FIX Missing import key on social contributions and missing class to
manage type of social contributions.
This commit is contained in:
Laurent Destailleur
2016-06-01 13:24:27 +02:00
parent 40005b8f65
commit 7519c4a602
10 changed files with 650 additions and 10 deletions

View File

@@ -719,7 +719,7 @@ function dol_get_fiche_head($links=array(), $active='', $title='', $notab=0, $pi
$limittitle=30;
$out.='<a class="tabTitle">';
if ($picto) $out.=img_picto($title,($pictoisfullpath?'':'object_').$picto,'',$pictoisfullpath).' ';
//$out.='<span class="tabTitleText">'.dol_trunc($title,$limittitle).'</span>';
$out.='<span class="tabTitleText">'.dol_trunc($title,$limittitle).'</span>';
$out.='</a>';
}