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

(-)a/misc/cronjobs/overdue_notices.pl (-2 / +2 lines)
Lines 689-695 sub parse_letter { Link Here
689
    }
689
    }
690
690
691
    my $currencies = GetCurrency();
691
    my $currencies = GetCurrency();
692
    my $currency_format = $currencies->{currency} if defined($currencies);
692
    my $currency_format;
693
    $currency_format = $currencies->{currency} if defined($currencies);
693
694
694
    my @item_tables;
695
    my @item_tables;
695
    if ( my $i = $params->{'items'} ) {
696
    if ( my $i = $params->{'items'} ) {
696
- 

Return to bug 10664