numerus/revert/next_quote_number.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
128 B
PL/PgSQL

-- Revert numerus:next_quote_number from pg
begin;
drop function if exists numerus.next_quote_number(integer, date);
commit;