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

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



Revision: 5275
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=5275&view=rev
Author:   einhverfr
Date:     2012-11-27 08:41:19 +0000 (Tue, 27 Nov 2012)
Log Message:
-----------
Correcting default_reportable checkbox not being checked on saved taxform

Modified Paths:
--------------
    branches/1.3/Changelog
    branches/1.3/UI/taxform/add_taxform.html

Modified: branches/1.3/Changelog
===================================================================
--- branches/1.3/Changelog	2012-11-27 08:16:25 UTC (rev 5274)
+++ branches/1.3/Changelog	2012-11-27 08:41:19 UTC (rev 5275)
@@ -14,6 +14,7 @@
 * Fixed blank screen processing recurring transactiosn in fcgi (Chris T)
 * Removed blank/unused Contact/Employee dropdown on shipping screen (Chris T)
 * Fixed internal server errors retrieving taxes with invalid dates (Chris T)
+* Fixed taxform "default reportable" checkbox not persisted (Chris T, 3581310)
 
 Chris T is Chris Travers
 Kevin B is Kevin Bailey

Modified: branches/1.3/UI/taxform/add_taxform.html
===================================================================
--- branches/1.3/UI/taxform/add_taxform.html	2012-11-27 08:16:25 UTC (rev 5274)
+++ branches/1.3/UI/taxform/add_taxform.html	2012-11-27 08:41:19 UTC (rev 5275)
@@ -52,7 +52,10 @@
 
 <div class="labelledinput">
   
-     <?lsmb PROCESS input element_data = {
+     <?lsmb IF default_reportable; CHECKED = 'CHECKED';
+            ELSE; CHECKED = ''; 
+            END;
+        PROCESS input element_data = {
 	name = "default_reportable"
 	type = "checkbox"
 	value = "1"

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