[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
Thu May 27 14:58:25 CEST 2021


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

--- Comment #105 from Martin Renvoize <martin.renvoize at ptfs-europe.com> ---
Created attachment 121449
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=121449&action=edit
Bug 26734: [ALT] Renamed activethemes with availablethemes

There was an existing call to $self->activethemes that behave as setter:
   85     $self->activethemes($activethemes);

I am not sure what are the side-effects but it does not look good.

It caused warning in the logs:

Use of uninitialized value $interface in string eq at
/kohadevbox/koha/C4/Templates.pm line 279.
Use of uninitialized value $interface in string eq at
/kohadevbox/koha/C4/Templates.pm line 280.
Use of uninitialized value $interface in string eq at
/kohadevbox/koha/C4/Templates.pm line 282.
Use of uninitialized value $lang in concatenation (.) or string at
/kohadevbox/koha/C4/Templates.pm line 296.
Use of uninitialized value $lang in concatenation (.) or string at
/kohadevbox/koha/C4/Templates.pm line 296.
Use of uninitialized value $lang in concatenation (.) or string at
/kohadevbox/koha/C4/Templates.pm line 296

Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list