diff options
-rwxr-xr-x | LedgerSMB/CT.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/LedgerSMB/CT.pm b/LedgerSMB/CT.pm index 43236c4b..7cfbb36b 100755 --- a/LedgerSMB/CT.pm +++ b/LedgerSMB/CT.pm @@ -841,6 +841,7 @@ sub search { my $tth = $dbh->prepare($query); while ( my $ref = $sth->fetchrow_hashref(NAME_lc) ) { + $form->db_parse_numeric(sth => $sth, hashref => $ref); $tth->execute( $ref->{id} ); while ( ($item) = $tth->fetchrow_array ) { |