summaryrefslogtreecommitdiff
path: root/sql/modules/chart.sql
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2008-10-10 18:57:51 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2008-10-10 18:57:51 +0000
commitdc64f7ea37253265420d1a7e375c9c966c62cea8 (patch)
treec80c55d8f9decd5d2693277a8ddbd1ab2385bb00 /sql/modules/chart.sql
parent7f05e02bbebe6777e0389d2bec943e2bf376031a (diff)
Renaming broken Account.sql function (currently unused by app)
All Account.sql tests now pass. git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@2364 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'sql/modules/chart.sql')
-rw-r--r--sql/modules/chart.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/modules/chart.sql b/sql/modules/chart.sql
index 2e136371..0ee11b03 100644
--- a/sql/modules/chart.sql
+++ b/sql/modules/chart.sql
@@ -34,6 +34,7 @@ BEGIN
END LOOP;
END;
$$ language plpgsql;
+
COMMENT ON FUNCTION chart_list_cash(in_account_class int) IS
$$ This function returns the cash account acording with in_account_class which must be 1 or 2 $$;
@@ -80,5 +81,6 @@ BEGIN
END LOOP;
END;
$$ language plpgsql;
+
COMMENT ON FUNCTION chart_list_cash(in_account_class int) IS
$$ This function returns the overpayment accounts acording with in_account_class which must be 1 or 2 $$;