From db3e35002f922a80bf93ab5b5da09d2b352681d1 Mon Sep 17 00:00:00 2001 From: einhverfr Date: Fri, 19 Oct 2007 18:47:03 +0000 Subject: GL Vouchers are posting and saving correctly. Need to get listing and approving but that is conceptually a lot easier and involves a lot less legacy code git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1796 4979c152-3d1c-0410-bac9-87ea11338e46 --- sql/modules/Voucher.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql/modules') diff --git a/sql/modules/Voucher.sql b/sql/modules/Voucher.sql index d626595f..c21105c4 100644 --- a/sql/modules/Voucher.sql +++ b/sql/modules/Voucher.sql @@ -276,7 +276,7 @@ BEGIN batch (batch_class_id, description, control_code, created_by) VALUES ((SELECT id FROM batch_class WHERE class = in_batch_class), in_description, in_batch_number, - (select id FROM users WHERE username = session_user)); + (select entity_id FROM users WHERE username = session_user)); return currval('batch_id_seq'); END; -- cgit v1.2.3