diff options
Diffstat (limited to 'LedgerSMB/Template/CSV.pm')
-rwxr-xr-x | LedgerSMB/Template/CSV.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/LedgerSMB/Template/CSV.pm b/LedgerSMB/Template/CSV.pm index 50edef15..2ba90e0f 100755 --- a/LedgerSMB/Template/CSV.pm +++ b/LedgerSMB/Template/CSV.pm @@ -63,7 +63,7 @@ sub preprocess { push @{$vars}, preprocess( $_ ); } } elsif ( !$type or $type eq 'SCALAR' ) { # Scalar - if ($type eq 'SCALAR' ) { + if ($type eq 'SCALAR' or $type eq 'Math::BigInt::GMP') { $vars = $$rawvars; } else { $vars = $rawvars; |