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

SF.net SVN: ledger-smb: [1503] branches/1.2/LedgerSMB/PE.pm



Revision: 1503
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=1503&view=rev
Author:   tetragon
Date:     2007-09-04 09:49:06 -0700 (Tue, 04 Sep 2007)

Log Message:
-----------
Another 1.000,00 formatting improvement

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

Modified: branches/1.2/LedgerSMB/PE.pm
===================================================================
--- branches/1.2/LedgerSMB/PE.pm	2007-09-02 07:03:56 UTC (rev 1502)
+++ branches/1.2/LedgerSMB/PE.pm	2007-09-04 16:49:06 UTC (rev 1503)
@@ -1516,6 +1516,7 @@
 
     while ( $ref = $sth->fetchrow_hashref(NAME_lc) ) {
 
+        $form->db_parse_numeric(sth=>$sth, hashref=>$ref);
         $tth->execute( $ref->{parts_id} );
         $ref->{taxaccounts} = "";
         while ( $ptref = $tth->fetchrow_hashref(NAME_lc) ) {


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