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

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



Revision: 5688
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=5688&view=rev
Author:   einhverfr
Date:     2013-03-16 08:54:25 +0000 (Sat, 16 Mar 2013)
Log Message:
-----------
Fixing invoice shipped spurious commit

Modified Paths:
--------------
    trunk/Changelog
    trunk/LedgerSMB/AA.pm
    trunk/bin/is.pl

Modified: trunk/Changelog
===================================================================
--- trunk/Changelog	2013-03-12 13:53:17 UTC (rev 5687)
+++ trunk/Changelog	2013-03-16 08:54:25 UTC (rev 5688)
@@ -90,6 +90,7 @@
 * Fixed customer search showing sales rather than billing addresses (Chris T)
 * Fixed parts descriptions not showing on inventory actibity report (Chris T)
 * Fixed encoding issues when printing from the queue (Chris T, 3602073)
+* Fixed spurious commit in Invoice Shipped (Chris T)
 
 Changelog for 1.3.30
 * Documented behavior of Outstanding Summary report (Chris T, 3601314)

Modified: trunk/LedgerSMB/AA.pm
===================================================================
--- trunk/LedgerSMB/AA.pm	2013-03-12 13:53:17 UTC (rev 5687)
+++ trunk/LedgerSMB/AA.pm	2013-03-16 08:54:25 UTC (rev 5688)
@@ -1181,7 +1181,6 @@
     my $sth = $form->{dbh}->prepare("UPDATE $table SET intnotes = ? " .
                                       "where id = ?");
     $sth->execute($form->{intnotes}, $form->{id});
-    $form->{dbh}->commit;
 }
 
 =back

Modified: trunk/bin/is.pl
===================================================================
--- trunk/bin/is.pl	2013-03-12 13:53:17 UTC (rev 5687)
+++ trunk/bin/is.pl	2013-03-16 08:54:25 UTC (rev 5688)
@@ -1493,7 +1493,7 @@
 
 		}
 		
-	    }    
+	    }   
 
 	    if ($form->{callback}){
 		print "Location: $form->{callback}\n";

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