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

SF.net SVN: ledger-smb: [510] trunk/LedgerSMB/IC.pm



Revision: 510
          http://svn.sourceforge.net/ledger-smb/?rev=510&view=rev
Author:   einhverfr
Date:     2006-11-10 16:07:23 -0800 (Fri, 10 Nov 2006)

Log Message:
-----------
Fixed bug preventing parts from being updated

Modified Paths:
--------------
    trunk/LedgerSMB/IC.pm

Modified: trunk/LedgerSMB/IC.pm
===================================================================
--- trunk/LedgerSMB/IC.pm	2006-11-11 00:03:41 UTC (rev 509)
+++ trunk/LedgerSMB/IC.pm	2006-11-11 00:07:23 UTC (rev 510)
@@ -243,7 +243,7 @@
 		$sth->execute($form->{id});
 		my ($id, $listprice, $sellprice, $lastcost, $weight, 
 			$project_id) 
-				= $dbh->fetchrow_array();
+				= $sth->fetchrow_array();
 
 		if ($id) {
       


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