From 206e9d9cb4bc6d719dc02b79f9dd7bba03815480 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 Content-Type: text/plain; charset="utf-8" --- C4/Letters.pm | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/C4/Letters.pm b/C4/Letters.pm index 3eb8ace..f646241 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 -- 1.7.2.5