Fix wrong const in select MEMBER_ALLOW_CHANGE_OF_TYPE
This commit is contained in:
parent
b1de75758f
commit
f4743c7f1f
@ -228,7 +228,7 @@ print "</td></tr>\n";
|
|||||||
// Allow members to change type on renewal forms
|
// Allow members to change type on renewal forms
|
||||||
/* To test during next beta
|
/* To test during next beta
|
||||||
print '<tr class="oddeven"><td>'.$langs->trans("MemberAllowchangeOfType").'</td><td>';
|
print '<tr class="oddeven"><td>'.$langs->trans("MemberAllowchangeOfType").'</td><td>';
|
||||||
print $form->selectyesno('ADHERENT_LOGIN_NOT_REQUIRED', (!empty($conf->global->MEMBER_ALLOW_CHANGE_OF_TYPE) ? 0 : 1), 1);
|
print $form->selectyesno('MEMBER_ALLOW_CHANGE_OF_TYPE', (!empty($conf->global->MEMBER_ALLOW_CHANGE_OF_TYPE) ? 0 : 1), 1);
|
||||||
print "</td></tr>\n";
|
print "</td></tr>\n";
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user