Bugzilla – Attachment 81857 Details for
Bug 20582
Turn Koha into a Mojolicious application
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix PDF generation
file_20582.txt (text/plain), 631 bytes, created by
Jerome Charaoui
on 2018-11-02 02:54:56 UTC
(
hide
)
Description:
Fix PDF generation
Filename:
MIME Type:
Creator:
Jerome Charaoui
Created:
2018-11-02 02:54:56 UTC
Size:
631 bytes
patch
obsolete
>diff --git b/site/profile/files/koha/lib/Koha/App/Koha.pm a/site/profile/files/koha/lib/Koha/App/Koha.pm >index c86fa7a..ac1f57d 100644 >--- b/site/profile/files/koha/lib/Koha/App/Koha.pm >+++ a/site/profile/files/koha/lib/Koha/App/Koha.pm >@@ -69,6 +69,12 @@ sub _before_dispatch { > $c->res->headers->expires(Mojo::Date->new(time+86400)); > } > >+ # Add lib path for pdfformat modules >+ if ($url =~ /acqui\/basketgroup\.pl$/) { >+ use FindBin; >+ use lib "$FindBin::Bin/../intranet/cgi-bin/acqui"; >+ } >+ > # See FIXME above > if ($url =~ m|^/api/v|) { > $url = '/api' . $url;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 20582
:
74173
|
74517
|
74518
|
74519
|
74520
|
79648
|
81687
|
81857
|
82423
|
84526
|
84527
|
84528
|
84529
|
84530
|
84531
|
91009
|
99267
|
103633
|
103720
|
103721
|
109282
|
109283
|
109284
|
109895
|
109896
|
109897
|
109898
|
109899
|
109900
|
111282
|
111315
|
111374