FIX #3533 Load categories language
This commit is contained in:
parent
7b8096d367
commit
6ffdbf91ec
@ -1274,6 +1274,8 @@ else
|
|||||||
// Categories
|
// Categories
|
||||||
if (! empty($conf->categorie->enabled) && ! empty($user->rights->categorie->lire))
|
if (! empty($conf->categorie->enabled) && ! empty($user->rights->categorie->lire))
|
||||||
{
|
{
|
||||||
|
$langs->load('categories');
|
||||||
|
|
||||||
// Customer
|
// Customer
|
||||||
if ($object->prospect || $object->client) {
|
if ($object->prospect || $object->client) {
|
||||||
print '<tr><td class="toptd">' . fieldLabel('CustomersCategoriesShort', 'custcats') . '</td><td colspan="3">';
|
print '<tr><td class="toptd">' . fieldLabel('CustomersCategoriesShort', 'custcats') . '</td><td colspan="3">';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user