From 1280c19ff3f1e8cb9bee9786ff158225c57a2433 Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Sat, 4 Apr 2020 13:48:36 +0200 Subject: [PATCH] =?UTF-8?q?Bug=20#0001245:=20Type=20actif=20-=20passif=20p?= =?UTF-8?q?our=20nouvelle=20fiche=20=C3=A0=20partir=20de=20fiche=20Erreur?= =?UTF-8?q?=20dans=20PARM=5FPOSTE=20pour=20la=20compta=20fran=C3=A7aise?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/sql/patch/upgrade141.FR.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/sql/patch/upgrade141.FR.sql b/include/sql/patch/upgrade141.FR.sql index 1e7c566eb..54ad59f50 100644 --- a/include/sql/patch/upgrade141.FR.sql +++ b/include/sql/patch/upgrade141.FR.sql @@ -1,5 +1,5 @@ begin; 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'); commit ;