numerus/verify/add_invoice.sql

8 lines
188 B
MySQL
Raw Normal View History

2023-02-16 22:09:10 +00:00
-- Verify numerus:add_invoice on pg
begin;
select has_function_privilege('numerus.add_invoice(integer, text, date, integer, text, numerus.new_invoice_product[])', 'execute');
rollback;