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

SF.net SVN: ledger-smb:[6233] branches/1.3



Revision: 6233
          http://sourceforge.net/p/ledger-smb/code/6233
Author:   einhverfr
Date:     2013-11-07 07:32:08 +0000 (Thu, 07 Nov 2013)
Log Message:
-----------
Fixing tax id collision issues in contact form

Modified Paths:
--------------
    branches/1.3/Changelog
    branches/1.3/UI/Contact/contact.html

Modified: branches/1.3/Changelog
===================================================================
--- branches/1.3/Changelog	2013-11-07 07:28:28 UTC (rev 6232)
+++ branches/1.3/Changelog	2013-11-07 07:32:08 UTC (rev 6233)
@@ -5,6 +5,7 @@
 Changelog for 1.3.36
 * Set default date for AP invoice creation to current date (Chris T)
 * Removed "apply discount" from use overpayment screen (Chris T)
+* Fixed tax checkbox problem when one tax id includes another (Chris T)
 
 Changelog for 1.3.35
 * Fixed uninitialized value warnings when cached template enabled (Chris T)

Modified: branches/1.3/UI/Contact/contact.html
===================================================================
--- branches/1.3/UI/Contact/contact.html	2013-11-07 07:28:28 UTC (rev 6232)
+++ branches/1.3/UI/Contact/contact.html	2013-11-07 07:32:08 UTC (rev 6233)
@@ -638,7 +638,7 @@
         <div class="inputrow" id="taxrow-<?lsmb tx.chart_id ?>">
         <span class="input" id="txinput-<?lsmb tx.id ?>">
             <?lsmb checked = "";  
-                   IF eca_tax.grep(tx.id).size == 1;
+                   IF eca_tax.grep("^${tx.id}$").size == 1;
                        checked = "CHECKED";
                    END;
                    INCLUDE input element_data = {

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


------------------------------------------------------------------------------
November Webinars for C, C++, Fortran Developers
Accelerate application performance with scalable programming models. Explore
techniques for threading, error checking, porting, and tuning. Get the most 
from the latest Intel processors and coprocessors. See abstracts and register
http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk
_______________________________________________
Ledger-smb-commits mailing list
..hidden..
https://lists.sourceforge.net/lists/listinfo/ledger-smb-commits