diff --git a/htdocs/adherents/subscription.php b/htdocs/adherents/subscription.php
index a4d7451af031a..0f882fb1d5356 100644
--- a/htdocs/adherents/subscription.php
+++ b/htdocs/adherents/subscription.php
@@ -608,7 +608,7 @@
// Public
$linkofpubliclist = DOL_MAIN_URL_ROOT.'/public/members/public_list.php'.((isModEnabled('multicompany')) ? '?entity='.$conf->entity : '');
-print '
'.$form->textwithpicto($langs->trans("PublicFile"), $langs->trans("Public", getDolGlobalString('MAIN_INFO_SOCIETE_NOM'), $linkofpubliclist), 1, 'help', '', 0, 3, 'publicfile').' | '.yn($object->public).' |
';
+print ''.$form->textwithpicto($langs->trans("MembershipPublic"), $langs->trans("Public", getDolGlobalString('MAIN_INFO_SOCIETE_NOM'), $linkofpubliclist), 1, 'help', '', 0, 3, 'publicfile').' | '.yn($object->public).' |
';
// Other attributes
$cols = 2;
@@ -617,7 +617,7 @@
// Third party Dolibarr
if (isModEnabled('societe')) {
print '';
- print '';
+ print '';
} else {
- if ($object->fk_soc) {
+ if ($object->socid > O) {
$company = new Societe($db);
- $result = $company->fetch($object->fk_soc);
+ $result = $company->fetch($object->socid);
print $company->getNomUrl(1);
// Show link to invoices
@@ -659,7 +659,7 @@
// Login Dolibarr - Link to user
print ' | ';
-print '';
+print '';
print $langs->trans("LinkedToDolibarrUser");
print ' | ';
if ($action != 'editlogin' && $user->hasRight('adherent', 'creer')) {
|
|
|