This commit is contained in:
Dany De Bontridder 2018-05-12 13:03:36 +02:00
parent 794b2134f0
commit de5db19401

View file

@ -1,3 +1,4 @@
-- Bug in 7004 : the amount qp_dep_priv was not saved
CREATE OR REPLACE FUNCTION comptaproc.insert_quant_purchase(p_internal text, p_j_id numeric, p_fiche character varying, p_quant numeric, p_price numeric, p_vat numeric, p_vat_code integer, p_nd_amount numeric, p_nd_tva numeric, p_nd_tva_recup numeric, p_dep_priv numeric, p_client character varying, p_tva_sided numeric, p_price_unit numeric)
RETURNS void
LANGUAGE plpgsql