I had to add the quote_number_format to company, similar to how we do with invoices.
8 lines
191 B
PL/PgSQL
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;
|