View | Details | Raw Unified | Return to bug 8606
Collapse All | Expand All

(-)a/C4/Letters.pm (-2 / +1 lines)
Lines 148-154 my %letter; Link Here
148
sub getletter {
148
sub getletter {
149
    my ( $module, $code, $branchcode ) = @_;
149
    my ( $module, $code, $branchcode ) = @_;
150
150
151
    $branchcode |= '';
151
    $branchcode ||= '';
152
152
153
    if ( C4::Context->preference('IndependantBranches')
153
    if ( C4::Context->preference('IndependantBranches')
154
            and $branchcode
154
            and $branchcode
155
- 

Return to bug 8606