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

(-)a/C4/Letters.pm (+2 lines)
Lines 535-540 sub SendAlerts { Link Here
535
          if C4::Context->preference('ReplytoDefault');
535
          if C4::Context->preference('ReplytoDefault');
536
        $mail{'Sender'} = C4::Context->preference('ReturnpathDefault')
536
        $mail{'Sender'} = C4::Context->preference('ReturnpathDefault')
537
          if C4::Context->preference('ReturnpathDefault');
537
          if C4::Context->preference('ReturnpathDefault');
538
        $mail{'Bcc'} = $userenv->{emailaddress}
539
          if C4::Context->preference("ClaimsBccCopy");
538
540
539
        unless ( sendmail(%mail) ) {
541
        unless ( sendmail(%mail) ) {
540
            carp $Mail::Sendmail::error;
542
            carp $Mail::Sendmail::error;
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/acquisitions.pref (-1 / +8 lines)
Lines 60-65 Acquisitions: Link Here
60
              type: textarea
60
              type: textarea
61
            - "You can use the following fields: price, quantity, budget_code, discount, sort1, sort2"
61
            - "You can use the following fields: price, quantity, budget_code, discount, sort1, sort2"
62
            - "<br/>For example:<br/>price: 947$a|947$c<br/>quantity: 969$h<br/>budget_code: 922$a"
62
            - "<br/>For example:<br/>price: 947$a|947$c<br/>quantity: 969$h<br/>budget_code: 922$a"
63
        -
64
            - Send a copy in bcc of the claimacquisition and claimissues letters to the active user
65
            - pref: ClaimsBccCopy
66
              default: no
67
              choices:
68
                yes: Send
69
                no: Don't send
70
63
    Printing:
71
    Printing:
64
        -
72
        -
65
            - Use the
73
            - Use the
66
- 

Return to bug 10076