Fix: Libellé tronqués
This commit is contained in:
parent
3d7cd604e1
commit
4484567ac7
@ -63,7 +63,10 @@ class box_factures extends ModeleBoxes {
|
|||||||
|
|
||||||
$facturestatic=new Facture($db);
|
$facturestatic=new Facture($db);
|
||||||
|
|
||||||
$this->info_box_head = array('text' => $langs->trans("BoxTitleLastCustomerBills",$max));
|
$this->info_box_head = array(
|
||||||
|
'text' => $langs->trans("BoxTitleLastCustomerBills",$max),
|
||||||
|
'limit'=> strlen($text)
|
||||||
|
);
|
||||||
|
|
||||||
if ($user->rights->facture->lire)
|
if ($user->rights->facture->lire)
|
||||||
{
|
{
|
||||||
|
|||||||
@ -65,7 +65,10 @@ class box_factures_fourn extends ModeleBoxes {
|
|||||||
include_once(DOL_DOCUMENT_ROOT."/fourn/fournisseur.facture.class.php");
|
include_once(DOL_DOCUMENT_ROOT."/fourn/fournisseur.facture.class.php");
|
||||||
$facturestatic=new FactureFournisseur($db);
|
$facturestatic=new FactureFournisseur($db);
|
||||||
|
|
||||||
$this->info_box_head = array('text' => $langs->trans("BoxTitleLastSupplierBills",$max));
|
$this->info_box_head = array(
|
||||||
|
'text' => $langs->trans("BoxTitleLastSupplierBills",$max),
|
||||||
|
'limit'=> strlen($text)
|
||||||
|
);
|
||||||
|
|
||||||
if ($user->rights->fournisseur->facture->lire)
|
if ($user->rights->fournisseur->facture->lire)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user