diff options
Diffstat (limited to 'LedgerSMB')
-rwxr-xr-x | LedgerSMB/AM.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/LedgerSMB/AM.pm b/LedgerSMB/AM.pm index bc536bec..751b015f 100755 --- a/LedgerSMB/AM.pm +++ b/LedgerSMB/AM.pm @@ -1536,6 +1536,7 @@ sub taxes { $sth->execute || $form->dberror($query); while ( my $ref = $sth->fetchrow_hashref(NAME_lc) ) { + $form->db_parse_numeric(sth=>$sth, hashref=>$ref); push @{ $form->{taxrates} }, $ref; $taxaccounts .= " " . $ref{accno}; } |