summaryrefslogtreecommitdiff
path: root/sql/modules/Payment.sql
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2008-09-26 01:38:47 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2008-09-26 01:38:47 +0000
commitbe0fdf68acb96cd021608564fa3c7c40803fdee2 (patch)
tree73c4d574e0236d30964b964c57debfbfe6929195 /sql/modules/Payment.sql
parenta316a97097bf8bcf9a4f809faf30dd756e60563d (diff)
Removing some hidden inputs from the payment details screen.
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@2343 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'sql/modules/Payment.sql')
-rw-r--r--sql/modules/Payment.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/modules/Payment.sql b/sql/modules/Payment.sql
index 24d1d730..ad2951a3 100644
--- a/sql/modules/Payment.sql
+++ b/sql/modules/Payment.sql
@@ -460,6 +460,7 @@ BEGIN
set paid = paid +in_transactions[out_count][2]
where id =in_transactions[out_count][1];
END LOOP;
+ perform unlock_all();
return out_count;
END;
$$ language plpgsql;