https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26734
--- Comment #29 from Jonathan Druart <[email protected]> --- (In reply to Joonas Kylmälä from comment #28) > Comment on attachment 116276 [details] [review] > Bug 26734: Convert printfeercpt/printinvoice to use GetPreparedLetter > > Review of attachment 116276 [details] [review]: > ----------------------------------------------------------------- > > ::: 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? See comment 10 point 3. It will pick the translated include files. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
