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

SF.net SVN: ledger-smb:[5677] trunk



Revision: 5677
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=5677&view=rev
Author:   einhverfr
Date:     2013-03-10 08:12:56 +0000 (Sun, 10 Mar 2013)
Log Message:
-----------
Correcting spurious commit in order entry

Modified Paths:
--------------
    trunk/Changelog
    trunk/LedgerSMB/OE.pm

Modified: trunk/Changelog
===================================================================
--- trunk/Changelog	2013-03-10 04:05:14 UTC (rev 5676)
+++ trunk/Changelog	2013-03-10 08:12:56 UTC (rev 5677)
@@ -82,6 +82,11 @@
 Initial Release:  Monday, Oct 12 2011
 Supported Presently
 
+Changelog for 1.3.31
+* Removed spurious commit saving orders (Chris T)
+* Removed check for reversing too many sales, since this poses problems 
+  in corner cases with no good solutions (Chris T)
+
 Changelog for 1.3.30
 * Documented behavior of Outstanding Summary report (Chris T, 3601314)
 * Fix for translations showing multiple types (Chris T, 3601737)

Modified: trunk/LedgerSMB/OE.pm
===================================================================
--- trunk/LedgerSMB/OE.pm	2013-03-10 04:05:14 UTC (rev 5676)
+++ trunk/LedgerSMB/OE.pm	2013-03-10 08:12:56 UTC (rev 5677)
@@ -354,7 +354,6 @@
                 $form->{"precision_$i"}
             );
             $sth->execute(@queryargs) || $form->dberror($query);
-	    $dbh->commit;
             $form->{"sellprice_$i"} = $fxsellprice;
             for my $cls(@{$form->{bu_class}}){
                 if ($form->{"b_unit_$cls->{id}_$i"}){

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