Skip to content

Commit

Permalink
Fixing possible join projection issue posting gl transaction
Browse files Browse the repository at this point in the history
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@6924 4979c152-3d1c-0410-bac9-87ea11338e46
  • Loading branch information
einhverfr committed Mar 4, 2014
1 parent 91562fa commit 637354e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LedgerSMB/GL.pm
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ sub post_transaction {
transdate, source,
fx_transaction, memo, cleared)
VALUES (?, (SELECT id
FROM chart
FROM account
WHERE accno = ? ),
?, ?, ?, ?, ?, ?)|;
$sth = $dbh->prepare($query);
Expand Down

0 comments on commit 637354e

Please sign in to comment.