From 771d0ae53b348456623f36461ef7005c655d8c95 Mon Sep 17 00:00:00 2001 From: tetragon Date: Tue, 23 Oct 2007 22:31:56 +0000 Subject: Properly handle invoice-type quantities from customer search git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/branches/1.2@1807 4979c152-3d1c-0410-bac9-87ea11338e46 --- LedgerSMB/CT.pm | 1 + 1 file changed, 1 insertion(+) 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 ) { -- cgit v1.2.3