numerus/revert/add_quote.sql
jordi fita mas a066726c2e Add function to create new quotes
I had to add the quote_number_format to company, similar to how we do
with invoices.
2023-06-07 14:14:48 +02:00

8 lines
191 B
PL/PgSQL

-- Revert numerus:add_quote from pg
begin;
drop function if exists numerus.add_quote(integer, date, integer, text, text, integer, numerus.tag_name[], numerus.new_quote_product[]);
commit;