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

SF.net SVN: ledger-smb:[2862] trunk/bin



Revision: 2862
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=2862&view=rev
Author:   einhverfr
Date:     2010-02-07 23:43:56 +0000 (Sun, 07 Feb 2010)

Log Message:
-----------
correcting a couple form validation bugs

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

Modified: trunk/bin/aa.pl
===================================================================
--- trunk/bin/aa.pl	2010-02-07 23:38:16 UTC (rev 2861)
+++ trunk/bin/aa.pl	2010-02-07 23:43:56 UTC (rev 2862)
@@ -140,6 +140,7 @@
 sub display_form {
     $form->close_form;
     $form->open_form;
+    $form->{dbh}->commit;
     &form_header;
     &form_footer;
 

Modified: trunk/bin/gl.pl
===================================================================
--- trunk/bin/gl.pl	2010-02-07 23:38:16 UTC (rev 2861)
+++ trunk/bin/gl.pl	2010-02-07 23:43:56 UTC (rev 2862)
@@ -164,6 +164,7 @@
     #Add General Ledger Transaction
     $form->close_form;
     $form->open_form; 
+    $form->{dbh}->commit;
     my ($init) = @_; 
     # Form header part begins -------------------------------------------
     if (@{$form->{all_department}}){


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