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

SF.net SVN: ledger-smb: [1993] branches/1.2/bin/aa.pl



Revision: 1993
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=1993&view=rev
Author:   einhverfr
Date:     2007-12-20 23:01:23 -0800 (Thu, 20 Dec 2007)

Log Message:
-----------
Correcting bug 1790768:  Incorrect tax boxes displayed in AR/AP Transaction Screen.  Untested in /trunk.

Modified Paths:
--------------
    branches/1.2/bin/aa.pl

Modified: branches/1.2/bin/aa.pl
===================================================================
--- branches/1.2/bin/aa.pl	2007-12-21 06:43:08 UTC (rev 1992)
+++ branches/1.2/bin/aa.pl	2007-12-21 07:01:23 UTC (rev 1993)
@@ -657,12 +657,12 @@
 
         $form->{"tax_$item"} =
           $form->format_amount( \%myconfig, $form->{"tax_$item"}, 2 );
-
         print qq|
         <tr>
 	  <td><input name="tax_$item" size="10" value="$form->{"tax_$item"}"></td>
 	  <td align="right"><input name="calctax_$item" class="checkbox" type="checkbox" value="1" $form->{"calctax_$item"}></td>
-	  <td><select name="$form->{ARAP}_tax_$item">$form->{"select$form->{ARAP}_tax_$item"}</select></td>
+	  <td><select name="$form->{ARAP}_tax_$item">
+	<option value="$form->{ARAP}_tax_$item">$item--$form->{"${item}_description"}</option></select></td>
 	</tr>
 |;
 


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