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

(-)a/C4/Letters.pm (-1 / +3 lines)
Lines 370-375 sub SendAlerts { Link Here
370
            want_librarian => 1,
370
            want_librarian => 1,
371
        ) or return;
371
        ) or return;
372
372
373
        # Remove the order tag
374
        $letter->{content} =~ s/<order>(.*?)<\/order>/$1/gxms;
375
373
        # ... then send mail
376
        # ... then send mail
374
        my %mail = (
377
        my %mail = (
375
            To => join( ',', @email),
378
            To => join( ',', @email),
376
- 

Return to bug 12851