[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 16:30:25 CET 2021


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

Jonathan Druart <jonathan.druart at bugs.koha-community.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jonathan.druart at bugs.koha-c
                   |                            |ommunity.org

--- Comment #4 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
It's handled in GetPreparredLetter

 638         $letter = getletter( $module, $letter_code, $branchcode, $mtt,
$lang );
 639 
 640         unless ( $letter ) {
 641             $letter = getletter( $module, $letter_code, $branchcode, $mtt,
'default' )
 642                 or warn( "No $module $letter_code letter transported by "
. $mtt ),
 643                     return;
 644         }

-- 
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