summaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2008-07-01 20:56:40 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2008-07-01 20:56:40 +0000
commitd84bdb1bda86929356d218117c4992ab66f2246e (patch)
tree543ab9546e0c43e895b68911ced4a7000c2f0c45 /sql
parentd6f5e7b43d9d0adba0f6161dbdd7f07985b25bd4 (diff)
Correcting conflict from Aurynn's commit
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@2181 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'sql')
-rw-r--r--sql/modules/Voucher.sql1
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/modules/Voucher.sql b/sql/modules/Voucher.sql
index 5c236ed5..f4a30595 100644
--- a/sql/modules/Voucher.sql
+++ b/sql/modules/Voucher.sql
@@ -231,7 +231,6 @@ BEGIN
FROM batch b
JOIN batch_class c ON (b.batch_class_id = c.id)
LEFT JOIN users u ON (u.entity_id = b.created_by)
- JOIN voucher v ON (v.batch_id = b.id)
WHERE (c.id = in_class_id OR in_class_id IS NULL) AND
(b.description LIKE
'%' || in_description || '%' OR