Fix bug setup

This commit is contained in:
sparkyx 2007-09-21 20:41:01 +00:00
parent 5ba7bac2b6
commit faaefe08f0
3 changed files with 2 additions and 2 deletions

View file

@ -147,7 +147,6 @@ begin
end;
$$
LANGUAGE plpgsql;
insert into tmp_pcmn(pcm_val,pcm_lib,pcm_val_parent) values(8,'Comptes hors Compta',0);
insert into tmp_pcmn(pcm_val,pcm_lib,pcm_val_parent) values(9,'Comptes hors Compta',0);
COMMENT ON TABLE parameter IS 'parameter of the company';