View | Details | Raw Unified | Return to bug 10076
Collapse All | Expand All

(-)a/C4/Letters.pm (+3 lines)
Lines 370-375 sub SendAlerts { Link Here
370
            Message        => Encode::encode( "utf8", "" . $letter->{content} ),
370
            Message        => Encode::encode( "utf8", "" . $letter->{content} ),
371
            'Content-Type' => 'text/plain; charset="utf8"',
371
            'Content-Type' => 'text/plain; charset="utf8"',
372
        );
372
        );
373
        if (C4::Context->preference("ClaimsBccCopy")) {
374
            $mail{'Bcc'} = $userenv->{emailaddress};
375
        }
373
        sendmail(%mail) or carp $Mail::Sendmail::error;
376
        sendmail(%mail) or carp $Mail::Sendmail::error;
374
377
375
        logaction(
378
        logaction(
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/acquisitions.pref (-1 / +7 lines)
Lines 35-40 Acquisitions: Link Here
35
            - Default tax rates are
35
            - Default tax rates are
36
            - pref: gist
36
            - pref: gist
37
            - (enter in numeric form, 0.12 for 12%. First is the default. If you want more than 1 value, please separate with |)
37
            - (enter in numeric form, 0.12 for 12%. First is the default. If you want more than 1 value, please separate with |)
38
        -
39
            - Send a copy in bcc of the claimacquisition and claimissues letters to the active user
40
            - pref: ClaimsBccCopy
41
              default: no
42
              choices:
43
                yes: Send
44
                no: Don't send
38
45
39
    Printing:
46
    Printing:
40
        -
47
        -
41
- 

Return to bug 10076