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

SF.net SVN: ledger-smb:[5160] branches/1.3/bin/io.pl



Revision: 5160
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=5160&view=rev
Author:   einhverfr
Date:     2012-10-15 09:02:19 +0000 (Mon, 15 Oct 2012)
Log Message:
-----------
End of line cleanup

Modified Paths:
--------------
    branches/1.3/bin/io.pl

Modified: branches/1.3/bin/io.pl
===================================================================
--- branches/1.3/bin/io.pl	2012-10-15 07:40:16 UTC (rev 5159)
+++ branches/1.3/bin/io.pl	2012-10-15 09:02:19 UTC (rev 5160)
@@ -339,30 +339,30 @@
 
 $column_data{runningnumber} =
           qq|<td><input name="runningnumber_$i" size=3 value=$i></td>|;
-        $column_data{partnumber} =
-qq|<td><input name="partnumber_$i" size=15 value="$form->{"partnumber_$i"}" accesskey="$i" title="[Alt-$i]">$skunumber</td>|;
-        $column_data{qty} =
-qq|<td align=right><input name="qty_$i" title="$form->{"onhand_$i"}" size="5" value="|
-          . $form->format_amount( \%myconfig, $form->{"qty_$i"} )
-          . qq|"></td>|;
-        $column_data{ship} =
-            qq|<td align=right><input name="ship_$i" size="5" value="|
-          . $form->format_amount( \%myconfig, $form->{"ship_$i"} )
-          . qq|"></td>|;
-        $column_data{unit} =
-          qq|<td><input name="unit_$i" size=5 value="$form->{"unit_$i"}"></td>|;
-        $column_data{sellprice} =
-          qq|<td align=right><input name="sellprice_$i" size="9" value="|
-          . $form->format_amount( \%myconfig, $form->{"sellprice_$i"},
-            $form->{"precision_$i"} )
-          . qq|"></td>|;
-        $column_data{discount} =
-            qq|<td align=right><input name="discount_$i" size="3" value="|
-          . $form->format_amount( \%myconfig, $form->{"discount_$i"} )
-          . qq|"></td>|;
-        $column_data{linetotal} =
-            qq|<td align=right>|
-          . $form->format_amount( \%myconfig, $linetotal, 2 )
+        $column_data{partnumber} =
+qq|<td><input name="partnumber_$i" size=15 value="$form->{"partnumber_$i"}" accesskey="$i" title="[Alt-$i]">$skunumber</td>|;
+        $column_data{qty} =
+qq|<td align=right><input name="qty_$i" title="$form->{"onhand_$i"}" size="5" value="|
+          . $form->format_amount( \%myconfig, $form->{"qty_$i"} )
+          . qq|"></td>|;
+        $column_data{ship} =
+            qq|<td align=right><input name="ship_$i" size="5" value="|
+          . $form->format_amount( \%myconfig, $form->{"ship_$i"} )
+          . qq|"></td>|;
+        $column_data{unit} =
+          qq|<td><input name="unit_$i" size=5 value="$form->{"unit_$i"}"></td>|;
+        $column_data{sellprice} =
+          qq|<td align=right><input name="sellprice_$i" size="9" value="|
+          . $form->format_amount( \%myconfig, $form->{"sellprice_$i"},
+            $form->{"precision_$i"} )
+          . qq|"></td>|;
+        $column_data{discount} =
+            qq|<td align=right><input name="discount_$i" size="3" value="|
+          . $form->format_amount( \%myconfig, $form->{"discount_$i"} )
+          . qq|"></td>|;
+        $column_data{linetotal} =
+            qq|<td align=right>|
+          . $form->format_amount( \%myconfig, $linetotal, 2 )
           . qq|</td>|;
         $column_data{bin}    = qq|<td>$form->{"bin_$i"}</td>|;
         $column_data{onhand} = qq|<td>$form->{"onhand_$i"}</td>|;

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