Bug in SQL

This commit is contained in:
Dany De Bontridder 2015-06-13 20:35:54 +02:00
parent abacde331d
commit 4402fe57c9

View file

@ -155,7 +155,8 @@ begin
end if;
return sResult::account_type;
end;
$BODY$;
$BODY$
LANGUAGE plpgsql ;;
CREATE OR REPLACE FUNCTION comptaproc.account_insert(p_f_id integer, p_account text)
RETURNS text AS