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