Fix: Limite longueur info dans boites dernieres factures clients enregistres
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',
|
||||
'text' => $objp->nom,
|
||||
'maxlength'=>44,
|
||||
'url' => DOL_URL_ROOT."/comm/fiche.php?socid=".$objp->idp);
|
||||
$i++;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user