phpcompta-dev
[Top][All Lists]
Advanced

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

[Phpcompta-dev] r5509 - phpcompta/trunk/html/admin/sql/patch


From: phpcompta-dev
Subject: [Phpcompta-dev] r5509 - phpcompta/trunk/html/admin/sql/patch
Date: Sat, 19 Oct 2013 15:23:51 +0200 (CEST)

Author: danydb
Date: 2013-10-19 15:23:51 +0200 (Sat, 19 Oct 2013)
New Revision: 5509

Modified:
   phpcompta/trunk/html/admin/sql/patch/upgrade107.sql
Log:
improve me_description_etendu for stock

Modified: phpcompta/trunk/html/admin/sql/patch/upgrade107.sql
===================================================================
--- phpcompta/trunk/html/admin/sql/patch/upgrade107.sql 2013-10-19 13:23:30 UTC 
(rev 5508)
+++ phpcompta/trunk/html/admin/sql/patch/upgrade107.sql 2013-10-19 13:23:51 UTC 
(rev 5509)
@@ -193,10 +193,7 @@
 values
 ('CFGTAG','PARAM',1,390,'E',0);
 
-update fiche_def set    fd_label='Trésorerie' where fd_id=3;
 update fiche_def_ref set    frd_text='Trésorerie' where frd_id=4;
-update jrn_def set jrn_def_name='Trésorerie' where jrn_def_id=1;
-update jrn_type set jrn_desc = 'Trésorerie' where jrn_type_id='FIN';
 
 CREATE OR REPLACE FUNCTION comptaproc.insert_quick_code(nf_id integer, 
tav_text text)
   RETURNS integer AS



---
PhpCompta est un logiciel de comptabilité libre en ligne (full web)
Projet opensource http://www.phpcompta.eu



reply via email to

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