Bugzilla – Attachment 31935 Details for
Bug 9530
Allow separate 'Reply To' and 'From' email address for notices
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[QA Followup] Bug 9530: Replace tabs with spaces
QA-Followup-Bug-9530-Replace-tabs-with-spaces.patch (text/plain), 1.70 KB, created by
Martin Renvoize (ashimema)
on 2014-09-30 06:32:37 UTC
(
hide
)
Description:
[QA Followup] Bug 9530: Replace tabs with spaces
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2014-09-30 06:32:37 UTC
Size:
1.70 KB
patch
obsolete
>From a4dfa6fb26775556621700a36bb1228bfd615ef2 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Tue, 30 Sep 2014 06:18:27 +0000 >Subject: [PATCH] [QA Followup] Bug 9530: Replace tabs with spaces > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > 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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 9530
:
30717
|
30718
|
30719
|
30720
|
30721
|
30722
|
30723
|
30724
|
30725
|
30740
|
30741
|
30742
|
30743
|
30760
|
30761
|
30762
|
30763
|
31169
|
31196
|
31926
|
31927
|
31928
|
31929
|
31930
|
31931
|
31932
|
31933
|
31934
| 31935 |
32799