@@ -, +, @@ - If necessary, create a club template with "Allow public enrollment" enabled. - Create a new club. The club creation process should work correctly. - Open a patron account for checkout and confirm that you can enroll the patron in the new club via the "Clubs" tab. - Log in to the OPAC and confirm that you can successfully enroll yourself in the new club via the "Clubs" tab on your patron summary page. --- .../intranet-tmpl/prog/en/modules/clubs/clubs-add-modify.tt | 1 - koha-tmpl/intranet-tmpl/prog/en/modules/clubs/patron-enroll.tt | 1 - koha-tmpl/opac-tmpl/bootstrap/en/modules/clubs/enroll.tt | 1 - 3 files changed, 3 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/clubs/clubs-add-modify.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/clubs/clubs-add-modify.tt @@ -3,7 +3,6 @@ [% USE KohaDates %] [% USE Branches %] [% USE AuthorisedValues %] -[% SET AuthorisedValuesCategories = AuthorisedValues.GetCategories %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/clubs/patron-enroll.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/clubs/patron-enroll.tt @@ -1,5 +1,4 @@ [% USE AuthorisedValues %] -[% SET AuthorisedValuesCategories = AuthorisedValues.GetCategories %] <h1> Enroll in <em>[% club.name | html %]</em> --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/clubs/enroll.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/clubs/enroll.tt @@ -1,5 +1,4 @@ [% USE AuthorisedValues %] -[% SET AuthorisedValuesCategories = AuthorisedValues.GetCategories %] <h2> Enroll in <em>[% club.name | html %]</em> --