fix php8 warning
This commit is contained in:
parent
35869f1449
commit
8ab8043557
@ -81,7 +81,7 @@ $langs->loadLangs(array('propal', 'other', 'companies'));
|
||||
if ($mode == 'customer') {
|
||||
$picto = 'propal';
|
||||
$title = $langs->trans("ProposalsStatistics");
|
||||
$dir = $conf->propale->dir_temp;
|
||||
$dir = $conf->propal->dir_temp;
|
||||
$cat_type = Categorie::TYPE_CUSTOMER;
|
||||
$cat_label = $langs->trans("Category").' '.lcfirst($langs->trans("Customer"));
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user