Lines 688-694
sub parse_letter {
Link Here
|
688 |
$tables{'branches'} = $p; |
688 |
$tables{'branches'} = $p; |
689 |
} |
689 |
} |
690 |
|
690 |
|
691 |
my $currency_format = GetCurrency()->{currency}; |
691 |
my $currencies = GetCurrency(); |
|
|
692 |
my $currency_format = $currencies->{currency} if defined($currencies); |
692 |
|
693 |
|
693 |
my @item_tables; |
694 |
my @item_tables; |
694 |
if ( my $i = $params->{'items'} ) { |
695 |
if ( my $i = $params->{'items'} ) { |
695 |
- |
|
|