@@ -, +, @@ - Clone the latest version of the FreeForm backend from: https://github.com/PTFS-Europe/koha-ill-freeform - Ensure the ILLModuleCopyrightClearance syspref is populated - Create an OpenURL in order to pre-populate the FreeForm form, a suitable URL would be: - Log in - Accept the copyright notice --- Koha/Illrequest.pm | 1 + koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-illrequests.tt | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) --- a/Koha/Illrequest.pm +++ a/Koha/Illrequest.pm @@ -728,6 +728,7 @@ sub backend_create { method => 'create', stage => 'copyrightclearance', value => { + other => $params, backend => $self->_backend->name } }; --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-illrequests.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-illrequests.tt @@ -62,7 +62,8 @@

[% Koha.Preference('ILLModuleCopyrightClearance') | $raw %]

- Yes No --