https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26734 --- Comment #28 from Joonas Kylmälä <joonas.kylmala@helsinki.fi> --- Comment on attachment 116276 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=116276 Bug 26734: Convert printfeercpt/printinvoice to use GetPreparedLetter Review of attachment 116276: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=26734&attachment=116276) ----------------------------------------------------------------- ::: C4/Letters.pm @@ +1526,5 @@
+ my $htdocs = C4::Context->config('intrahtdocs'); + my ($theme, $lang, $activethemes)= C4::Templates::themelanguage( $htdocs, 'about.tt', 'intranet'); + my @includes; + foreach (@$activethemes) {
Why are we adding these includes here? -- You are receiving this mail because: You are watching all bug changes.