[Koha-bugs] [Bug 27660] Should getletter not use the fallback to default ?

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Feb 9 17:30:52 CET 2021


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

--- Comment #7 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
Looks like those occurrences need to be double-checked:

members/printfeercpt.pl:my $letter = C4::Letters::getletter( 'circulation',
'ACCOUNT_CREDIT', C4::Context::mybranch, 'print', $patron->lang );              

members/printinvoice.pl:my $letter = C4::Letters::getletter( 'circulation',
'ACCOUNT_DEBIT', C4::Context::mybranch, 'print', $patron->lang );               

misc/cronjobs/overdue_notices.pl:                my $letter =
C4::Letters::getletter( 'circulation', $overdue_rules->{"letter$i"},
$branchcode, undef, $patron->lang );                                           
misc/cronjobs/overdue_notices.pl:                    my $letter_exists =
C4::Letters::getletter( 'circulation', $overdue_rules->{"letter$i"},
$branchcode, $effective_mtt, $patron->lang ) ? 1 : 0;               

pos/printreceipt.pl:  C4::Letters::getletter( 'pos', 'RECEIPT',
C4::Context::mybranch, 'print' );

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


More information about the Koha-bugs mailing list