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

SF.net SVN: ledger-smb:[5845] trunk/UI/Contact/divs/credit.html



Revision: 5845
          http://sourceforge.net/p/ledger-smb/code/5845
Author:   einhverfr
Date:     2013-05-20 14:12:23 +0000 (Mon, 20 May 2013)
Log Message:
-----------
tax included settings now work with 1.4

Modified Paths:
--------------
    trunk/UI/Contact/divs/credit.html

Modified: trunk/UI/Contact/divs/credit.html
===================================================================
--- trunk/UI/Contact/divs/credit.html	2013-05-20 13:57:50 UTC (rev 5844)
+++ trunk/UI/Contact/divs/credit.html	2013-05-20 14:12:23 UTC (rev 5845)
@@ -277,7 +277,7 @@
             <?lsmb 
 
                checked = '';
-               IF credit_act.taxinclude;
+               IF credit_act.taxincluded;
                    checked='CHECKED';
                END;
                INCLUDE input

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