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

SF.net SVN: ledger-smb:[2792] trunk/bin/gl.pl



Revision: 2792
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=2792&view=rev
Author:   einhverfr
Date:     2009-11-11 17:02:26 +0000 (Wed, 11 Nov 2009)

Log Message:
-----------
Minor fix to gl.pl to allow one to update out of a bad date range

Modified Paths:
--------------
    trunk/bin/gl.pl

Modified: trunk/bin/gl.pl
===================================================================
--- trunk/bin/gl.pl	2009-11-10 21:00:46 UTC (rev 2791)
+++ trunk/bin/gl.pl	2009-11-11 17:02:26 UTC (rev 2792)
@@ -272,9 +272,10 @@
 	      }
 	      else {
 		  if ( $transdate > $closedto ) {
-		      for ( "update", "post", "schedule" ) { $a{$_} = 1 }
+		      for ( "post", "schedule" ) { $a{$_} = 1 }
 		  }
 	      }
+              $a{update} = 1;
 
 	      if (!$form->{approved} && !$form->{batch_id}){
 		$button{approve} = { 


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