Merge pull request #3537 from GPCsolutions/3.8-3533

FIX #3533 Load categories language
This commit is contained in:
Laurent Destailleur 2015-09-18 20:48:58 +02:00
commit e85ddbb470

View File

@ -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">';