From a4dfa6fb26775556621700a36bb1228bfd615ef2 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Tue, 30 Sep 2014 06:18:27 +0000 Subject: [PATCH] [QA Followup] Bug 9530: Replace tabs with spaces Signed-off-by: Martin Renvoize --- C4/Letters.pm | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/C4/Letters.pm b/C4/Letters.pm index a97869c..9e12e0c 100644 --- a/C4/Letters.pm +++ b/C4/Letters.pm @@ -204,12 +204,12 @@ sub getalert { =head2 findrelatedto($type, $externalid) - parameters : - - $type : the type of alert - - $externalid : the id of the "object" to query - - In the table alert, a "id" is stored in the externalid field. This "id" is related to another table, depending on the type of the alert. - When type=issue, the id is related to a subscriptionid and this sub returns the name of the biblio. + parameters : + - $type : the type of alert + - $externalid : the id of the "object" to query + + In the table alert, a "id" is stored in the externalid field. This "id" is related to another table, depending on the type of the alert. + When type=issue, the id is related to a subscriptionid and this sub returns the name of the biblio. =cut @@ -266,7 +266,7 @@ sub SendAlerts { my $borinfo = C4::Members::GetMember('borrowernumber' => $_->{'borrowernumber'}); my $email = $borinfo->{email} or next; -# warn "sending issues..."; +# warn "sending issues..."; my $userenv = C4::Context->userenv; my $branchdetails = GetBranchDetail($_->{'branchcode'}); my $letter = GetPreparedLetter ( -- 1.7.10.4