phpcompta-dev
[Top][All Lists]
Advanced

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

[Phpcompta-dev] r361 - trunk/tva


From: phpcompta-dev
Subject: [Phpcompta-dev] r361 - trunk/tva
Date: Sat, 26 May 2012 01:01:14 +0200 (CEST)

Author: danydb
Date: 2012-05-26 01:01:13 +0200 (Sat, 26 May 2012)
New Revision: 361

Modified:
   trunk/tva/class_install_plugin.php
Log:
bug : bad setting

Modified: trunk/tva/class_install_plugin.php
===================================================================
--- trunk/tva/class_install_plugin.php  2012-05-25 17:32:48 UTC (rev 360)
+++ trunk/tva/class_install_plugin.php  2012-05-25 23:01:13 UTC (rev 361)
@@ -24,7 +24,7 @@
  * \brief this class manages the installation and the patch of the plugin
  */
 
-class Install_Plugin 
+class Install_Plugin
 {
 
   function __construct($p_cn) {
@@ -119,7 +119,7 @@
 CREATE TABLE tva_belge.intracomm_chld
 (
   ic_id serial,
-  i_id bigint, 
+  i_id bigint,
   ic_tvanum text NOT NULL,
   ic_amount numeric(20,4) NOT NULL,
   ic_code character varying(1) NOT NULL,
@@ -230,7 +230,7 @@
             'GRIL59'=>array('1,2,3','6%,22%,23%,24%,25%'),
             'GRIL62'=>array('',''),
             'GRIL64'=>array('',''),
-            'ATVA'=>array('4117','')
+            'ATVA'=>array('','4117')
             );
 
 foreach ($array as $code=>$value) {



---
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]