[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SF.net SVN: ledger-smb: [1747] branches/1.2/LedgerSMB/IC.pm



Revision: 1747
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=1747&view=rev
Author:   einhverfr
Date:     2007-10-11 16:15:06 -0700 (Thu, 11 Oct 2007)

Log Message:
-----------
Fixing error on parts cost display, bug 1811470

Modified Paths:
--------------
    branches/1.2/LedgerSMB/IC.pm

Modified: branches/1.2/LedgerSMB/IC.pm
===================================================================
--- branches/1.2/LedgerSMB/IC.pm	2007-10-11 17:48:23 UTC (rev 1746)
+++ branches/1.2/LedgerSMB/IC.pm	2007-10-11 23:15:06 UTC (rev 1747)
@@ -56,6 +56,7 @@
     my $sth = $dbh->prepare($query);
     $sth->execute( $form->{id} ) || $form->dberror($query);
     my $ref = $sth->fetchrow_hashref(NAME_lc);
+    $form->db_parse_numeric(sth => $sth, hashref => $ref);
 
     # copy to $form variables
     for ( keys %$ref ) { $form->{$_} = $ref->{$_} }


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.