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

SF.net SVN: ledger-smb:[5276] trunk



Revision: 5276
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=5276&view=rev
Author:   einhverfr
Date:     2012-11-27 08:45:52 +0000 (Tue, 27 Nov 2012)
Log Message:
-----------
merging from branches/1.3

Modified Paths:
--------------
    trunk/Changelog
    trunk/UI/taxform/add_taxform.html

Property Changed:
----------------
    trunk/


Property changes on: trunk
___________________________________________________________________
Modified: svn:mergeinfo
   - /branches/1.3:3711-5270
   + /branches/1.3:3711-5275

Modified: trunk/Changelog
===================================================================
--- trunk/Changelog	2012-11-27 08:41:19 UTC (rev 5275)
+++ trunk/Changelog	2012-11-27 08:45:52 UTC (rev 5276)
@@ -90,6 +90,8 @@
 * Added ar-transation.csv and ap-transaction.csvn templates (Erik H)
 * 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: trunk/UI/taxform/add_taxform.html
===================================================================
--- trunk/UI/taxform/add_taxform.html	2012-11-27 08:41:19 UTC (rev 5275)
+++ trunk/UI/taxform/add_taxform.html	2012-11-27 08:45:52 UTC (rev 5276)
@@ -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.