[Koha-bugs] [Bug 26734] Convert accounts (monetary) notices to use GetPreparedLetter

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Feb 10 11:20:35 CET 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26734

--- Comment #29 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
(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.


More information about the Koha-bugs mailing list