Koha/opac/svc
David Cook 0200a65d4f Bug 30426: Add missing C4::Auth and C4::Output imports
This patch adds missing function imports for C4::Auth and C4::Output
in the opac/svc/suggestion script.

Test plan:

1. Go to http://localhost:8081/cgi-bin/koha/admin/didyoumean.pl
2. Turn on some plugins
3. Go to http://localhost:8080/cgi-bin/koha/opac-search.pl?idx=&q=test&weight_search=1
4. Note in your browser's Network tab that the call to
   http://localhost:8080/cgi-bin/koha/svc/suggestion?render=stub&q=test
   generates a 200 response instead of a 500 error

Signed-off-by: Owen Leonard <oleonard@myacpl.org>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
2022-04-13 15:55:38 +02:00
..
auth Bug 24663: Remove authnotrequired if set to 0 2020-09-03 10:40:35 +02:00
club Bug 29859: Fix club/enroll 2022-04-05 17:36:59 +02:00
checkout_notes Bug 29544: Ensure logged in user is allowed to modify checkout note 2022-02-02 21:05:29 -10:00
overdrive Bug 29686: Adapt Koha to use new fulfillment API for OverDrive 2022-01-28 11:09:06 -10:00
overdrive_proxy Bug 29320: Update OverDrive availability to V2 2022-01-28 21:52:54 -10:00
recordedbooks Bug 17600: Fix overdrive_proxy and recordedbooks 2021-09-20 16:14:13 +02:00
report Bug 26669: (QA follow-up) Update last run when report run by name 2022-04-04 16:23:46 +02:00
shelfbrowser.pl Bug 17600: Standardize our EXPORT_OK 2021-07-16 08:58:47 +02:00
suggestion Bug 30426: Add missing C4::Auth and C4::Output imports 2022-04-13 15:55:38 +02:00