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

SF.net SVN: ledger-smb:[6901] branches/1.3/LedgerSMB/IC.pm



Revision: 6901
          http://sourceforge.net/p/ledger-smb/code/6901
Author:   einhverfr
Date:     2014-02-27 03:45:03 +0000 (Thu, 27 Feb 2014)
Log Message:
-----------
Fixing bug 1030, parts list not displaying values properly when decimal separator is comma.  Changelog entry not yet made

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

Modified: branches/1.3/LedgerSMB/IC.pm
===================================================================
--- branches/1.3/LedgerSMB/IC.pm	2014-02-26 15:01:49 UTC (rev 6900)
+++ branches/1.3/LedgerSMB/IC.pm	2014-02-27 03:45:03 UTC (rev 6901)
@@ -1543,6 +1543,7 @@
     my $pth = $dbh->prepare($query) || $form->dberror($query);
 
     while ( $ref = $sth->fetchrow_hashref(NAME_lc) ) {
+        $form->db_parse_numeric(sth => $sth, hashref => $ref);
         $pth->execute( $ref->{id} );
         while ( ($accno) = $pth->fetchrow_array ) {
             $ref->{tax} .= "$accno ";

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


------------------------------------------------------------------------------
Flow-based real-time traffic analytics software. Cisco certified tool.
Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow Analyzer
Customize your own dashboards, set traffic alerts and generate reports.
Network behavioral analysis & security monitoring. All-in-one tool.
http://pubads.g.doubleclick.net/gampad/clk?id=126839071&iu=/4140/ostg.clktrk
_______________________________________________
Ledger-smb-commits mailing list
..hidden..
https://lists.sourceforge.net/lists/listinfo/ledger-smb-commits