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

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



Revision: 5691
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=5691&view=rev
Author:   einhverfr
Date:     2013-03-23 12:25:26 +0000 (Sat, 23 Mar 2013)
Log Message:
-----------
Merging in GL notes/description fix

Modified Paths:
--------------
    branches/1.3/Changelog
    branches/1.3/UI/journal/journal_entry.html

Property Changed:
----------------
    branches/1.3/
    branches/1.3/Changelog


Property changes on: branches/1.3
___________________________________________________________________
Modified: svn:mergeinfo
   - /trunk:3711-3712,5424,5446-5448,5451,5457,5459,5461,5466,5473,5475,5482-5483,5485,5487,5489,5495-5496,5515,5519,5524,5526,5528-5529,5533,5544-5546,5548-5549,5554-5555,5563,5565,5569,5576,5579,5589-5590,5597,5602-5603,5608,5610,5615,5617,5620,5622,5633-5634,5649-5650,5655-5657,5668,5670,5675,5677,5680-5682,5684,5687-5688
   + /trunk:3711-3712,5424,5446-5448,5451,5457,5459,5461,5466,5473,5475,5482-5483,5485,5487,5489,5495-5496,5515,5519,5524,5526,5528-5529,5533,5544-5546,5548-5549,5554-5555,5563,5565,5569,5576,5579,5589-5590,5597,5602-5603,5608,5610,5615,5617,5620,5622,5633-5634,5649-5650,5655-5657,5668,5670,5675,5677,5680-5682,5684,5687-5688,5690

Modified: branches/1.3/Changelog
===================================================================
--- branches/1.3/Changelog	2013-03-23 12:20:07 UTC (rev 5690)
+++ branches/1.3/Changelog	2013-03-23 12:25:26 UTC (rev 5691)
@@ -11,6 +11,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)


Property changes on: branches/1.3/Changelog
___________________________________________________________________
Modified: svn:mergeinfo
   - /trunk/Changelog:3711-3712,5424,5446-5448,5451,5457,5459,5461,5466,5473,5475,5482-5483,5485,5487,5489,5495-5496,5513,5515,5519,5524,5529,5548,5563,5565,5578-5579,5581,5583,5587,5590,5593,5595,5597,5608,5610,5612,5615,5617,5620,5622,5626,5633-5634,5649-5650,5652,5655,5668,5670,5675,5677,5680-5682,5684,5687-5688
   + /trunk/Changelog:3711-3712,5424,5446-5448,5451,5457,5459,5461,5466,5473,5475,5482-5483,5485,5487,5489,5495-5496,5513,5515,5519,5524,5529,5548,5563,5565,5578-5579,5581,5583,5587,5590,5593,5595,5597,5608,5610,5612,5615,5617,5620,5622,5626,5633-5634,5649-5650,5652,5655,5668,5670,5675,5677,5680-5682,5684,5687-5688,5690

Modified: branches/1.3/UI/journal/journal_entry.html
===================================================================
--- branches/1.3/UI/journal/journal_entry.html	2013-03-23 12:20:07 UTC (rev 5690)
+++ branches/1.3/UI/journal/journal_entry.html	2013-03-23 12:25:26 UTC (rev 5691)
@@ -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.