Bugzilla – Attachment 40843 Details for
Bug 10076
Add Bcc syspref for claimacquisition and clamissues
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 10076 - Add Bcc syspref for claimacquisition and claimissues
Bug-10076---Fixed-merge-conflicts.patch (text/plain), 1.99 KB, created by
Maxime Beaulieu
on 2015-07-08 17:51:23 UTC
(
hide
)
Description:
Bug 10076 - Add Bcc syspref for claimacquisition and claimissues
Filename:
MIME Type:
Creator:
Maxime Beaulieu
Created:
2015-07-08 17:51:23 UTC
Size:
1.99 KB
patch
obsolete
>From 143cc6b31aad490f8d1be4ab855e7cbca384992d Mon Sep 17 00:00:00 2001 >From: mbeaulieu <mbeaulieu@inlibro.com> >Date: Fri, 8 Aug 2014 11:19:01 -0400 >Subject: [PATCH] Bug 10076 - Fixed merge conflicts. > >Patch now applies properly > > modified: C4/Letters.pm > modified: koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/acquisitions.pref > >Signed-off-by: Paola Rossi <paola.rossi@cineca.it> >--- > C4/Letters.pm | 2 ++ > .../en/modules/admin/preferences/acquisitions.pref | 8 ++++++++ > 2 files changed, 10 insertions(+) > >diff --git a/C4/Letters.pm b/C4/Letters.pm >index db9f987..180e9ef 100644 >--- a/C4/Letters.pm >+++ b/C4/Letters.pm >@@ -535,6 +535,8 @@ sub SendAlerts { > if C4::Context->preference('ReplytoDefault'); > $mail{'Sender'} = C4::Context->preference('ReturnpathDefault') > if C4::Context->preference('ReturnpathDefault'); >+ $mail{'Bcc'} = $userenv->{emailaddress} >+ if C4::Context->preference("ClaimsBccCopy"); > > unless ( sendmail(%mail) ) { > carp $Mail::Sendmail::error; >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/acquisitions.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/acquisitions.pref >index b52b5a9..6246334 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/acquisitions.pref >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/acquisitions.pref >@@ -60,6 +60,14 @@ Acquisitions: > type: textarea > - "You can use the following fields: price, quantity, budget_code, discount, sort1, sort2" > - "<br/>For example:<br/>price: 947$a|947$c<br/>quantity: 969$h<br/>budget_code: 922$a" >+ - >+ - Send a copy in bcc of the claimacquisition and claimissues letters to the active user >+ - pref: ClaimsBccCopy >+ default: no >+ choices: >+ yes: Send >+ no: Don't send >+ > Printing: > - > - Use the >-- >1.7.9.5
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 10076
:
17853
|
30632
|
31262
|
31397
|
40843
|
40844
|
40845
|
45181
|
45183
|
45264
|
45350
|
45361