[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:27:21 CEST 2021


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

--- Comment #104 from Jonathan Druart <jonathan.druart+koha at gmail.com> ---
Created attachment 121446
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=121446&action=edit
Bug 26734: Renamed activethemes with _activethemes

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

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


More information about the Koha-bugs mailing list