|
@@ -199,7 +199,7 @@ $object = new Societe($db);
|
|
$result = $object->fetch($socid);
|
|
$result = $object->fetch($socid);
|
|
llxHeader("", $langs->trans("ThirdParty").'-'.$langs->trans('PriceByCustomer'));
|
|
llxHeader("", $langs->trans("ThirdParty").'-'.$langs->trans('PriceByCustomer'));
|
|
|
|
|
|
-if (!empty($conf->notification->enabled)) {
|
|
|
|
|
|
+if (isModEnabled('notification')) {
|
|
$langs->load("mails");
|
|
$langs->load("mails");
|
|
}
|
|
}
|
|
$head = societe_prepare_head($object);
|
|
$head = societe_prepare_head($object);
|