[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb:[5777] branches/1.3
- Subject: SF.net SVN: ledger-smb:[5777] branches/1.3
- From: ..hidden..
- Date: Sun, 12 May 2013 09:17:15 +0000
Revision: 5777
http://sourceforge.net/p/ledger-smb/code/5777
Author: einhverfr
Date: 2013-05-12 09:17:14 +0000 (Sun, 12 May 2013)
Log Message:
-----------
Merging gl void UI anomily fix from trunk
Modified Paths:
--------------
branches/1.3/Changelog
branches/1.3/bin/gl.pl
Modified: branches/1.3/Changelog
===================================================================
--- branches/1.3/Changelog 2013-05-12 09:15:24 UTC (rev 5776)
+++ branches/1.3/Changelog 2013-05-12 09:17:14 UTC (rev 5777)
@@ -11,7 +11,11 @@
* Fixed extra newline-related errors in tex template engine (Chris T)
* Reopen books now works again (Chris T, 792)
* Added address line to ar/ap transaction and invoice screens (Chris T)
+* Fixed draft review issues for Cash Transfer GL drafts (Chris T, 802)
+* Added fx boxes for GL transactions (Chris T, required to fix 802)
+* Fixed odd UI issues with voiding GL transactions (Chris T, 803)
+
Nick P is Nick Prater
Changelog for 1.3.31
Modified: branches/1.3/bin/gl.pl
===================================================================
--- branches/1.3/bin/gl.pl 2013-05-12 09:15:24 UTC (rev 5776)
+++ branches/1.3/bin/gl.pl 2013-05-12 09:17:14 UTC (rev 5777)
@@ -1175,6 +1175,10 @@
}
if ( GL->post_transaction( \%myconfig, \%$form, $locale) ) {
+ for (0 .. $form->{rowcount}){
+ delete $form->{"credit_$_"};
+ delete $form->{"debit_$_"};
+ }
edit();
}
else {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.