@@ -, +, @@ preference section --- .../prog/en/modules/admin/preferences/circulation.pref | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref @@ -944,6 +944,12 @@ Circulation: class: code Self check-in module: - + - pref: AllowSelfCheckReturns + choices: + yes: Allow + no: "Don't allow" + - patrons to return items through web-based self checkout system. + - - "Include the following HTML on the self check-in screen:" - pref: SelfCheckInMainUserBlock type: textarea @@ -1015,12 +1021,6 @@ Circulation: class: integer - seconds. - - - pref: AllowSelfCheckReturns - choices: - yes: Allow - no: "Don't allow" - - patrons to return items through web-based self checkout system. - - - "Include the following HTML in the Help page of the web-based self checkout system:" - pref: SelfCheckHelpMessage type: textarea --