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

(-)a/t/db_dependent/Letters.t (-1 / +3 lines)
Lines 386-391 $bookseller->contacts->[0]->email('testemail@mydomain.com'); Link Here
386
C4::Bookseller::ModBookseller($bookseller);
386
C4::Bookseller::ModBookseller($bookseller);
387
$bookseller = Koha::Acquisition::Bookseller->fetch({ id => $booksellerid });
387
$bookseller = Koha::Acquisition::Bookseller->fetch({ id => $booksellerid });
388
388
389
# Ensure that the preference 'LetterLog' is set to logging
390
C4::Context->set_preference( 'LetterLog', 'on' );
391
389
{
392
{
390
warning_is {
393
warning_is {
391
    $err = SendAlerts( 'claimacquisition', [ $ordernumber ], 'TESTACQCLAIM' ) }
394
    $err = SendAlerts( 'claimacquisition', [ $ordernumber ], 'TESTACQCLAIM' ) }
392
- 

Return to bug 15432