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

SF.net SVN: ledger-smb:[2829] trunk/bin/io.pl



Revision: 2829
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=2829&view=rev
Author:   einhverfr
Date:     2009-12-16 16:32:17 +0000 (Wed, 16 Dec 2009)

Log Message:
-----------
Correcting syntax error in io.p

Modified Paths:
--------------
    trunk/bin/io.pl

Modified: trunk/bin/io.pl
===================================================================
--- trunk/bin/io.pl	2009-12-15 20:55:06 UTC (rev 2828)
+++ trunk/bin/io.pl	2009-12-16 16:32:17 UTC (rev 2829)
@@ -263,7 +263,7 @@
         }
 
         $linetotal = $form->round_amount( $form->{"sellprice_$i"}
-                                          * (1 - ($form->{"discount_$i"} / 100),
+                                          * (1 - ($form->{"discount_$i"} / 100)),
                                           $decimalplaces);
         $linetotal = $form->round_amount( $linetotal * $form->{"qty_$i"}, 2 );
 


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