@@ -, +, @@ --- opac/svc/report | 2 +- svc/report | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) --- a/opac/svc/report +++ a/opac/svc/report @@ -24,7 +24,7 @@ use Modern::Perl; use C4::Reports::Guided; -use JSON::XS; +use JSON; use CGI; use Koha::Cache; --- a/svc/report +++ a/svc/report @@ -22,7 +22,7 @@ use Modern::Perl; use C4::Auth; use C4::Reports::Guided; -use JSON::XS; +use JSON; use CGI; use Koha::Cache; --