Bug #0001245: Type actif - passif pour nouvelle fiche à partir de fiche
Erreur dans PARM_POSTE pour la compta française
This commit is contained in:
parent
0b55332b02
commit
1280c19ff3
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
begin;
|
begin;
|
||||||
update parm_poste set p_type='PAS' where p_value='40';
|
update parm_poste set p_type='PAS' where p_value='40';
|
||||||
|
update tmp_pcmn set pcm_type='PAS' where pcm_val like '40%';
|
||||||
insert into version (val,v_description) values (142,'Bug dans PARM_POSTE');
|
insert into version (val,v_description) values (142,'Bug dans PARM_POSTE');
|
||||||
commit ;
|
commit ;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue