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

(-)a/t/db_dependent/Letters/TemplateToolkit.t (-2 / +1 lines)
Lines 1122-1128 EOF Link Here
1122
            credits => $account->accountlines_id
1122
            credits => $account->accountlines_id
1123
        }
1123
        }
1124
    );
1124
    );
1125
    is($letter->{content},'    <span>Payment<span> (Cancelled)</span>    </span>', "Include used in notice");
1125
    is($letter->{content},'    <span><span>Payment</span><span> (Cancelled)</span>    </span>', "Include used in notice");
1126
};
1126
};
1127
1127
1128
subtest 'Dates formatting' => sub {
1128
subtest 'Dates formatting' => sub {
1129
- 

Return to bug 29602