Fix: Limite longueur info dans boites dernieres factures clients enregistrées
This commit is contained in:
parent
6f95c96a0f
commit
b84d27d11c
@ -93,6 +93,7 @@ class box_factures extends ModeleBoxes {
|
|||||||
|
|
||||||
$this->info_box_contents[$i][1] = array('align' => 'left',
|
$this->info_box_contents[$i][1] = array('align' => 'left',
|
||||||
'text' => $objp->nom,
|
'text' => $objp->nom,
|
||||||
|
'maxlength'=>44,
|
||||||
'url' => DOL_URL_ROOT."/comm/fiche.php?socid=".$objp->idp);
|
'url' => DOL_URL_ROOT."/comm/fiche.php?socid=".$objp->idp);
|
||||||
$i++;
|
$i++;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user