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

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



Revision: 5690
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=5690&view=rev
Author:   einhverfr
Date:     2013-03-23 12:20:07 +0000 (Sat, 23 Mar 2013)
Log Message:
-----------
Correcting long handling of notes and descriptions on GL and cash transfer screens

Modified Paths:
--------------
    trunk/Changelog
    trunk/UI/journal/journal_entry.html

Modified: trunk/Changelog
===================================================================
--- trunk/Changelog	2013-03-16 09:00:18 UTC (rev 5689)
+++ trunk/Changelog	2013-03-23 12:20:07 UTC (rev 5690)
@@ -91,6 +91,7 @@
 * Fixed parts descriptions not showing on inventory actibity report (Chris T)
 * Fixed encoding issues when printing from the queue (Chris T, 3602073)
 * Fixed spurious commit in Invoice Shipped (Chris T)
+* Fixed handling of long notes/descriptions on GL (Chris T, 3603939)
 
 Changelog for 1.3.30
 * Documented behavior of Outstanding Summary report (Chris T, 3601314)

Modified: trunk/UI/journal/journal_entry.html
===================================================================
--- trunk/UI/journal/journal_entry.html	2013-03-16 09:00:18 UTC (rev 5689)
+++ trunk/UI/journal/journal_entry.html	2013-03-23 12:20:07 UTC (rev 5690)
@@ -69,7 +69,7 @@
 							name = "description"
 							rows = form.rowsdesc
 							cols = form.colsdesc
-							value = form.description
+							text = form.description
 							id = "des_1"
 								    } 
 			       ?>
@@ -95,7 +95,7 @@
 							name = "notes"
 							rows = form.rowsnotes
 							cols = form.colsnotes
-							value = form.notes
+							text = form.notes
 							id = "not_1"
                                                  	    } 
 			       ?>

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