[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb:[5953] branches/1.3/sql/modules/Company.sql
- Subject: SF.net SVN: ledger-smb:[5953] branches/1.3/sql/modules/Company.sql
- From: ..hidden..
- Date: Wed, 21 Aug 2013 20:35:31 +0000
Revision: 5953
http://sourceforge.net/p/ledger-smb/code/5953
Author: ehuelsmann
Date: 2013-08-21 20:35:27 +0000 (Wed, 21 Aug 2013)
Log Message:
-----------
Fix error reported by Brian Wolf reported on ..hidden..
Modified Paths:
--------------
branches/1.3/sql/modules/Company.sql
Modified: branches/1.3/sql/modules/Company.sql
===================================================================
--- branches/1.3/sql/modules/Company.sql 2013-08-21 08:25:51 UTC (rev 5952)
+++ branches/1.3/sql/modules/Company.sql 2013-08-21 20:35:27 UTC (rev 5953)
@@ -1582,7 +1582,7 @@
IF NOT FOUND THEN
INSERT INTO partsvendor
(parts_id, credit_id, lastcost, leadtime, partnumber, curr)
- VALUES (in_parts_id, in_credit_id, in_price, in_leadtime::int2,
+ VALUES (in_parts_id, in_credit_id, in_price, in_lead_time::int2,
in_partnumber, in_curr);
END IF;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
------------------------------------------------------------------------------
Introducing Performance Central, a new site from SourceForge and
AppDynamics. Performance Central is your source for news, insights,
analysis and resources for efficient Application Performance Management.
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
_______________________________________________
Ledger-smb-commits mailing list
..hidden..
https://lists.sourceforge.net/lists/listinfo/ledger-smb-commits