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

(-)a/C4/Letters.pm (-1 / +3 lines)
Lines 359-364 sub SendAlerts { Link Here
359
            want_librarian => 1,
359
            want_librarian => 1,
360
        ) or return;
360
        ) or return;
361
361
362
        # Remove the order tag
363
        $letter->{content} =~ s/<order>(.*?)<\/order>/$1/gxms;
364
362
        # ... then send mail
365
        # ... then send mail
363
        my %mail = (
366
        my %mail = (
364
            To => join( ',', @email),
367
            To => join( ',', @email),
365
- 

Return to bug 12851