[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb:[3770] branches/1.3/bin/gl.pl
- Subject: SF.net SVN: ledger-smb:[3770] branches/1.3/bin/gl.pl
- From: ..hidden..
- Date: Wed, 28 Sep 2011 16:04:27 +0000
Revision: 3770
http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=3770&view=rev
Author: einhverfr
Date: 2011-09-28 16:04:27 +0000 (Wed, 28 Sep 2011)
Log Message:
-----------
Minor correction for journal entry behavior for unsupported configuration where transaction reversal enforcement is disabled
Modified Paths:
--------------
branches/1.3/bin/gl.pl
Modified: branches/1.3/bin/gl.pl
===================================================================
--- branches/1.3/bin/gl.pl 2011-09-28 04:13:33 UTC (rev 3769)
+++ branches/1.3/bin/gl.pl 2011-09-28 16:04:27 UTC (rev 3770)
@@ -290,7 +290,7 @@
for ( 'post_as_new', 'schedule' ) { $a{$_} = 1 }
if ( !$form->{locked} ) {
- if ( $transdate ge $closedto and defined $closedto) {
+ if ( $transdate ge $closedto) {
for ( 'post', 'delete' ) { $a{$_} = 1 }
}
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.