numerus/verify/compute_new_invoice_amount.sql

8 lines
191 B
MySQL
Raw Normal View History

-- Verify numerus:compute_new_invoice_amount on pg
begin;
select has_function_privilege('numerus.compute_new_invoice_amount(integer, numerus.new_invoice_product[])', 'execute');
rollback;