[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb:[2971] branches/1.2/bin/gl.pl
- Subject: SF.net SVN: ledger-smb:[2971] branches/1.2/bin/gl.pl
- From: ..hidden..
- Date: Thu, 18 Mar 2010 00:46:07 +0000
Revision: 2971
http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=2971&view=rev
Author: einhverfr
Date: 2010-03-18 00:46:07 +0000 (Thu, 18 Mar 2010)
Log Message:
-----------
Correcting issue where in some cases, no buttons are visible on GL/Add Transaction
Modified Paths:
--------------
branches/1.2/bin/gl.pl
Modified: branches/1.2/bin/gl.pl
===================================================================
--- branches/1.2/bin/gl.pl 2010-03-17 15:57:05 UTC (rev 2970)
+++ branches/1.2/bin/gl.pl 2010-03-18 00:46:07 UTC (rev 2971)
@@ -1248,6 +1248,7 @@
for ( "update", "post", "schedule" ) { $a{$_} = 1 }
}
}
+ $a{"update"} = 1;
for ( keys %button ) { delete $button{$_} if !$a{$_} }
for ( sort { $button{$a}->{ndx} <=> $button{$b}->{ndx} } keys %button )
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.