[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb: [1807] branches/1.2/LedgerSMB/CT.pm
- Subject: SF.net SVN: ledger-smb: [1807] branches/1.2/LedgerSMB/CT.pm
- From: ..hidden..
- Date: Tue, 23 Oct 2007 15:31:56 -0700
Revision: 1807
http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=1807&view=rev
Author: tetragon
Date: 2007-10-23 15:31:56 -0700 (Tue, 23 Oct 2007)
Log Message:
-----------
Properly handle invoice-type quantities from customer search
Modified Paths:
--------------
branches/1.2/LedgerSMB/CT.pm
Modified: branches/1.2/LedgerSMB/CT.pm
===================================================================
--- branches/1.2/LedgerSMB/CT.pm 2007-10-23 15:23:20 UTC (rev 1806)
+++ branches/1.2/LedgerSMB/CT.pm 2007-10-23 22:31:56 UTC (rev 1807)
@@ -841,6 +841,7 @@
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 ) {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.