summaryrefslogtreecommitdiff
path: root/LedgerSMB/AM.pm
diff options
context:
space:
mode:
Diffstat (limited to 'LedgerSMB/AM.pm')
-rw-r--r--LedgerSMB/AM.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/LedgerSMB/AM.pm b/LedgerSMB/AM.pm
index 34e22615..60d584a0 100644
--- a/LedgerSMB/AM.pm
+++ b/LedgerSMB/AM.pm
@@ -1391,9 +1391,10 @@ sub recurring_transactions {
my %e = ();
my %p = ();
- while ( my $ref = $sth->fetchrow_hashref(NAME_lc) ) {
+ while ( my $ref = $sth->fetchrow_hashref('NAME_lc') ) {
$ref->{exchangerate} ||= 1;
+ $form->db_parse_numeric(sth => $sth, hashref => $ref);
if ( $ref->{id} != $id ) {