After months of keeping what does the ACSI checkbox mean, now customer told us that we should add a discount based on a series of arbitrary conditions that, and need to be done NOW! There is no UI to edit the conditions due to lack of time.
8 lines
209 B
PL/PgSQL
8 lines
209 B
PL/PgSQL
-- Verify camper:ready_payment on pg
|
|
|
|
begin;
|
|
|
|
select has_function_privilege('camper.ready_payment(uuid, text, text, text, text, camper.country_code, camper.email, text, text, boolean)', 'execute');
|
|
|
|
rollback;
|