From 0d597c59f2fd55cde905f2c233fe3d0b8c29c3b8 Mon Sep 17 00:00:00 2001 From: tetragon Date: Mon, 4 Dec 2006 21:13:01 +0000 Subject: Fix for db error in 1607680 git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@714 4979c152-3d1c-0410-bac9-87ea11338e46 --- LedgerSMB/AA.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'LedgerSMB/AA.pm') diff --git a/LedgerSMB/AA.pm b/LedgerSMB/AA.pm index 592d8d24..e9d8c938 100755 --- a/LedgerSMB/AA.pm +++ b/LedgerSMB/AA.pm @@ -326,10 +326,10 @@ sub post_transaction { fx_transaction, cleared) VALUES (?, (SELECT id FROM chart WHERE accno = ?), - ? * ?, ?, ?, ?, ?, ?)|; + ?, ?, ?, ?, ?, ?)|; @queryargs = ($form->{id}, $ref->{accno}, - $ref->{amount}, $ml, $form->{transdate}, + $ref->{amount} * $ml, $form->{transdate}, $ref->{project_id}, $ref->{description}, $ref->{fx_transaction}, $ref->{cleared}); $dbh->prepare($query)->execute(@queryargs) -- cgit v1.2.3