phpcompta-dev
[Top][All Lists]
Advanced

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

[Phpcompta-dev] r5134 - phpcompta/tags/rel650/include


From: phpcompta-dev
Subject: [Phpcompta-dev] r5134 - phpcompta/tags/rel650/include
Date: Tue, 2 Oct 2012 18:49:42 +0200 (CEST)

Author: danydb
Date: 2012-10-02 18:49:40 +0200 (Tue, 02 Oct 2012)
New Revision: 5134

Modified:
   phpcompta/tags/rel650/include/class_acc_operation.php
Log:
underline properly 

Modified: phpcompta/tags/rel650/include/class_acc_operation.php
===================================================================
--- phpcompta/tags/rel650/include/class_acc_operation.php       2012-10-01 
20:16:55 UTC (rev 5133)
+++ phpcompta/tags/rel650/include/class_acc_operation.php       2012-10-02 
16:49:40 UTC (rev 5134)
@@ -306,7 +306,7 @@
         $csv="";
         foreach ($show as $l)
         {
-            if ( $l['j_poste'] == $this->poste || $l['j_qcode']==$this->qcode)
+            if ( $l['j_poste'] == $this->poste || ($l['j_qcode']==$this->qcode 
&& trim($this->qcode) != ''))
                 $border=' style="border-bottom:1px solid red;"';
             else
                 $border='';
@@ -468,7 +468,7 @@
     }
     /**
     address@hidden retrieve data from jrnx and jrn
-    address@hidden return an object 
+    address@hidden return an object
     address@hidden
     address@hidden
     @code
@@ -562,7 +562,7 @@
 /**
  address@hidden this class manage data from the JRNX and JRN
  * table
- address@hidden Data member are the column of the table 
+ address@hidden Data member are the column of the table
  */
 class Acc_Misc extends Acc_Detail
 {
@@ -588,7 +588,7 @@
 /**
  address@hidden this class manage data from the QUANT_SOLD
  * table
- address@hidden Data member are the column of the table 
+ address@hidden Data member are the column of the table
  */
 class Acc_Sold extends Acc_Detail
 {
@@ -611,8 +611,8 @@
 /**
  address@hidden this class manage data from the QUANT_PURCHASE
  * table
- address@hidden Data member are the column of the table 
- 
+ address@hidden Data member are the column of the table
+
  */
 class Acc_Purchase extends Acc_Detail
 {
@@ -636,7 +636,7 @@
 /**
  address@hidden this class manage data from the QUANT_FIN
  * table
- address@hidden Data member are the column of the table 
+ address@hidden Data member are the column of the table
  */
 class Acc_Fin extends Acc_Detail
 {



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