phpcompta-dev
[Top][All Lists]
Advanced

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

[Phpcompta-dev] r5296 - in phpcompta/trunk: html/js include


From: phpcompta-dev
Subject: [Phpcompta-dev] r5296 - in phpcompta/trunk: html/js include
Date: Tue, 21 May 2013 20:14:37 +0200 (CEST)

Author: danydb
Date: 2013-05-21 20:14:36 +0200 (Tue, 21 May 2013)
New Revision: 5296

Modified:
   phpcompta/trunk/html/js/scripts.js
   phpcompta/trunk/include/class_pre_op_ach.php
   phpcompta/trunk/include/constant.php
Log:
remove debug info

Modified: phpcompta/trunk/html/js/scripts.js
===================================================================
--- phpcompta/trunk/html/js/scripts.js  2013-05-20 22:36:25 UTC (rev 5295)
+++ phpcompta/trunk/html/js/scripts.js  2013-05-21 18:14:36 UTC (rev 5296)
@@ -1747,7 +1747,6 @@
                for (var col =0;col < aCol.length;col++)
                {
                        var idx=aCol[col];
-                       console.log(r);
                        if (table.rows[r].cells[idx])
                                 {
                                        ele = 
table.rows[r].cells[idx].innerHTML.replace(/<[^>]+>/g, "");

Modified: phpcompta/trunk/include/class_pre_op_ach.php
===================================================================
--- phpcompta/trunk/include/class_pre_op_ach.php        2013-05-20 22:36:25 UTC 
(rev 5295)
+++ phpcompta/trunk/include/class_pre_op_ach.php        2013-05-21 18:14:36 UTC 
(rev 5296)
@@ -24,7 +24,7 @@
  * \brief definition of the class pre_op_ach
  */
 require_once ('class_pre_operation.php');
-//require_once 'class_acc_ledger_purchase.php';
+
 /*---------------------------------------------------------------------- */
 /*!\brief concerns the predefined operation for ACH ledger
  */
@@ -54,7 +54,7 @@
 
         }
     }
-    
+
     /*!
      * \brief save the detail and op in the database
      *
@@ -146,7 +146,7 @@
     }
    function display($p_array)
    {
-       require_once 'class_acc_ledger_purchase.php';
+          require_once('class_acc_ledger_purchase.php');
        global $g_parameter,$g_user;
        extract($p_array);
        $ledger=new Acc_Ledger_Purchase($this->db,$this->jrn_def_id);
@@ -180,6 +180,7 @@
         $r.=dossier::hidden();
         $f_legend=_("En-tête facture fournisseur");
         $f_legend_detail=_("Détail articles acheté");
+
         // Ledger (p_jrn)
         //--
         /* if we suggest the next pj, then we need a javascript */

Modified: phpcompta/trunk/include/constant.php
===================================================================
--- phpcompta/trunk/include/constant.php        2013-05-20 22:36:25 UTC (rev 
5295)
+++ phpcompta/trunk/include/constant.php        2013-05-21 18:14:36 UTC (rev 
5296)
@@ -1,5 +1,4 @@
 <?php
-ini_set("session.auto_start","1");
 /*
  *   This file is part of PhpCompta.
  *
@@ -62,9 +61,9 @@
 $g_succeed="<span style=\"font-size:18px;color:green\">&#x2713;</span>";
 /*set to none for production */
 /* uncomment for production */
-define ('SVNINFO',5900);
+// define ('SVNINFO',5900);
 $version_phpcompta=SVNINFO;
-define ("DEBUG",true);
+define ("DEBUG",false);
 /* define ('SVNINFO',5015);
  * $version_phpcompta=SVNINFO;
  * define ("DEBUG",true);



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