[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:09:59 CET 2021


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

--- Comment #28 from Joonas Kylmälä <joonas.kylmala at 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.


More information about the Koha-bugs mailing list