@@ -, +, @@ preference section --- .../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 @@ -943,6 +943,12 @@ Circulation: type: textarea 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 @@ -1014,12 +1020,6 @@ Circulation: - pref: SelfCheckTimeout 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 --