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

SF.net SVN: ledger-smb:[3826] branches/1.3/LedgerSMB/JC.pm



Revision: 3826
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=3826&view=rev
Author:   einhverfr
Date:     2011-10-08 22:52:57 +0000 (Sat, 08 Oct 2011)
Log Message:
-----------
Correcting timecard entry bug

Modified Paths:
--------------
    branches/1.3/LedgerSMB/JC.pm

Modified: branches/1.3/LedgerSMB/JC.pm
===================================================================
--- branches/1.3/LedgerSMB/JC.pm	2011-10-08 22:51:41 UTC (rev 3825)
+++ branches/1.3/LedgerSMB/JC.pm	2011-10-08 22:52:57 UTC (rev 3826)
@@ -596,7 +596,7 @@
 		       serialnumber = ?,
 		       checkedin = ?::timestamp,
 		       checkedout = ?::timestamp,
-		       employee_id = ?,
+		       person_id = ?,
 		       notes = ?
 		 WHERE id = ?|;
     $sth = $dbh->prepare($query);

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