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

SF.net SVN: ledger-smb:[3182] trunk/UI/Contact/contact.html



Revision: 3182
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=3182&view=rev
Author:   einhverfr
Date:     2011-05-26 07:14:26 +0000 (Thu, 26 May 2011)

Log Message:
-----------
Correction to tax buttons

Modified Paths:
--------------
    trunk/UI/Contact/contact.html

Modified: trunk/UI/Contact/contact.html
===================================================================
--- trunk/UI/Contact/contact.html	2011-05-26 06:36:15 UTC (rev 3181)
+++ trunk/UI/Contact/contact.html	2011-05-26 07:14:26 UTC (rev 3182)
@@ -509,14 +509,14 @@
             <?lsmb tx.accno ?>--<?lsmb tx.description ?></span>
         <span class="input" id="txinput-<?lsmb tx.id ?>">
             <?lsmb checked = "";  
-                   IF eca_tax.grep(tx.chart_id);
+                   IF eca_tax.grep(tx.id).size == 1;
                        checked = "CHECKED";
                    END;
                    INCLUDE input element_data = {
                            type = "checkbox"
                            checked = checked
                            name = "taxact_$tx.id"
-                           value = $tx.id
+                           value = tx.id
                    } ?><span></div>
         <?lsmb END # FOR tx ?>
          </div>


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