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

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



Revision: 6563
          http://sourceforge.net/p/ledger-smb/code/6563
Author:   einhverfr
Date:     2014-01-21 03:32:00 +0000 (Tue, 21 Jan 2014)
Log Message:
-----------
Committing probable fix for intra-release bug 961. Unfortunately cannot test because of other auth issues on LedgerSMB I would like to commit separately, so committing this for merge in interim state.

Modified Paths:
--------------
    trunk/bin/io.pl
    trunk/bin/ir.pl
    trunk/bin/is.pl
    trunk/bin/oe.pl

Modified: trunk/bin/io.pl
===================================================================
--- trunk/bin/io.pl	2014-01-20 13:53:10 UTC (rev 6562)
+++ trunk/bin/io.pl	2014-01-21 03:32:00 UTC (rev 6563)
@@ -1112,6 +1112,7 @@
 
         }
     }
+    return if $form->{action} =~ /(save|post)/;
     &display_form;
 
 }

Modified: trunk/bin/ir.pl
===================================================================
--- trunk/bin/ir.pl	2014-01-20 13:53:10 UTC (rev 6562)
+++ trunk/bin/ir.pl	2014-01-21 03:32:00 UTC (rev 6563)
@@ -1376,6 +1376,7 @@
         &update;
         $form->finalize_request();
     }
+    check_form();
 
     &validate_items;
 

Modified: trunk/bin/is.pl
===================================================================
--- trunk/bin/is.pl	2014-01-20 13:53:10 UTC (rev 6562)
+++ trunk/bin/is.pl	2014-01-21 03:32:00 UTC (rev 6563)
@@ -1409,7 +1409,7 @@
         &update;
         $form->finalize_request();
     }
-
+    check_form();
     &validate_items;
 
     $closedto  = $form->datetonum( \%myconfig, $form->{closedto} );

Modified: trunk/bin/oe.pl
===================================================================
--- trunk/bin/oe.pl	2014-01-20 13:53:10 UTC (rev 6562)
+++ trunk/bin/oe.pl	2014-01-21 03:32:00 UTC (rev 6563)
@@ -1289,6 +1289,7 @@
     $form->isblank( "exchangerate", $locale->text('Exchange rate missing!') )
       if ( $form->{currency} ne $form->{defaultcurrency} );
 
+    check_form();
     &validate_items;
 
 

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


------------------------------------------------------------------------------
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments & Everything In Between.
Get a Quote or Start a Free Trial Today. 
http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk
_______________________________________________
Ledger-smb-commits mailing list
..hidden..
https://lists.sourceforge.net/lists/listinfo/ledger-smb-commits