From 74c5d1aed6aa9130ac3ae0de596a83b4ba598702 Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Wed, 19 Sep 2012 11:54:52 -0400 Subject: [PATCH] Bug 8606 - Talking Tech broken by user-configurable slips feature - QA Followup Signed-off-by: Paul Poulain (not tested it actually fixes talking tech, trusting signoff & sounds logical) --- C4/Letters.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C4/Letters.pm b/C4/Letters.pm index 3eb8ace936..f646241e8e 100644 --- a/C4/Letters.pm +++ b/C4/Letters.pm @@ -148,7 +148,7 @@ my %letter; sub getletter { my ( $module, $code, $branchcode ) = @_; - $branchcode |= ''; + $branchcode ||= ''; if ( C4::Context->preference('IndependantBranches') and $branchcode -- 2.20.1