This is required by law. I do not know why i have this value and the tax amount in the database, but the payment percent and the number of days are hardcoded. I guess i am such an inconsistent mess.
8 lines
212 B
PL/PgSQL
8 lines
212 B
PL/PgSQL
-- Verify camper:draft_payment on pg
|
|
|
|
begin;
|
|
|
|
select has_function_privilege('camper.draft_payment(uuid, date, date, uuid, integer, integer, integer, integer, text, camper.option_units[])', 'execute');
|
|
|
|
rollback;
|