[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb: [967] branches/1.2/LedgerSMB/AA.pm
- Subject: SF.net SVN: ledger-smb: [967] branches/1.2/LedgerSMB/AA.pm
- From: ..hidden..
- Date: Tue, 20 Mar 2007 18:25:55 -0700
Revision: 967
http://svn.sourceforge.net/ledger-smb/?rev=967&view=rev
Author: einhverfr
Date: 2007-03-20 18:25:54 -0700 (Tue, 20 Mar 2007)
Log Message:
-----------
Fixing AP posting bug in AA.pm
Modified Paths:
--------------
branches/1.2/LedgerSMB/AA.pm
Modified: branches/1.2/LedgerSMB/AA.pm
===================================================================
--- branches/1.2/LedgerSMB/AA.pm 2007-03-21 00:31:26 UTC (rev 966)
+++ branches/1.2/LedgerSMB/AA.pm 2007-03-21 01:25:54 UTC (rev 967)
@@ -367,7 +367,7 @@
INSERT INTO acc_trans
(trans_id, chart_id, amount, transdate)
VALUES (?, (SELECT id FROM chart
- WHERE accno = '?'),
+ WHERE accno = ?),
?, ?)|;
@queryargs = ($form->{id}, $accno, $invamount * -1 * $ml,
$form->{transdate});
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.