remove debug info
This commit is contained in:
parent
05bcbb4832
commit
0f9cfaa3a5
3 changed files with 6 additions and 7 deletions
|
|
@ -1747,7 +1747,6 @@ function filter_table(phrase, _id, colnr,start_row) {
|
|||
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, "");
|
||||
|
|
|
|||
|
|
@ -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 @@ class Pre_op_ach extends Pre_operation_detail
|
|||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/*!
|
||||
* \brief save the detail and op in the database
|
||||
*
|
||||
|
|
@ -146,7 +146,7 @@ class Pre_op_ach extends Pre_operation_detail
|
|||
}
|
||||
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 @@ class Pre_op_ach extends Pre_operation_detail
|
|||
$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 */
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
<?php
|
||||
ini_set("session.auto_start","1");
|
||||
/*
|
||||
* This file is part of PhpCompta.
|
||||
*
|
||||
|
|
@ -62,9 +61,9 @@ $g_failed="<span style=\"font-size:18px;color:red\">✖</span>";
|
|||
$g_succeed="<span style=\"font-size:18px;color:green\">✓</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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue