noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 35/46: Bug #0001245: Type actif - passif pour


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 35/46: Bug #0001245: Type actif - passif pour nouvelle fiche à partir de fiche Erreur dans PARM_POSTE pour la compta française
Date: Mon, 4 May 2020 13:38:53 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 1280c19ff3f1e8cb9bee9786ff158225c57a2433
Author: Dany De Bontridder <address@hidden>
AuthorDate: Sat Apr 4 13:48:36 2020 +0200

    Bug #0001245: Type actif - passif pour nouvelle fiche à partir de fiche
    Erreur dans PARM_POSTE pour la compta française
---
 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 1e7c566..54ad59f 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 ;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]