https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40105 Bug ID: 40105 Summary: Patrons cannot add notes when creating an ILL Change sponsored?: --- Product: Koha Version: Main Hardware: PC OS: Mac OS Status: NEW Severity: enhancement Priority: P1 - high Component: ILL Assignee: koha-bugs@lists.koha-community.org Reporter: ephetteplace@cca.edu CC: pedro.amorim@openfifth.co.uk, tomascohen@gmail.com While there is a notesopac field for ILL requests, it's not shown on the patron-facing form to create an ILL request (/cgi-bin/koha/opac-illrequests.pl?op=add_form&backend=Standard) for any type of resource. Patrons can edit request notes by going to their dashboard > ILL requests > View an existing request > Notes but that is difficult to discover and an extra step for every request. We'd like patrons to be able to add notes to any request during the creation process. I tried to work around this with OpacUserJS by adding a <textarea> with name="notesopac" but that did not work; the request is created successfully, but Koha discards the note. -- You are receiving this mail because: You are the assignee for the bug.