summaryrefslogtreecommitdiff
path: root/sql/modules/chart.sql
diff options
context:
space:
mode:
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 $$;