diff options
author | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-12-13 00:13:37 +0000 |
---|---|---|
committer | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-12-13 00:13:37 +0000 |
commit | 1208d15943738e80e267609aa88f16ec722aaba9 (patch) | |
tree | e38c43c70a173dd6f2549f2468bf8198214a780c /sql | |
parent | 8f62103e122793ebe3db93819417e688ce5b1e18 (diff) |
More payment fixes
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1976 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'sql')
-rw-r--r-- | sql/modules/Payment.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/modules/Payment.sql b/sql/modules/Payment.sql index aae4917e..f48bd22f 100644 --- a/sql/modules/Payment.sql +++ b/sql/modules/Payment.sql @@ -230,7 +230,7 @@ BEGIN END; $$ LANGUAGE PLPGSQL; -CREATE OR REPLACE FUNCTION job__process_payments(in_job_id int) +CREATE OR REPLACE FUNCTION job__process_payment(in_job_id int) RETURNS bool AS $$ DECLARE queue_record RECORD |