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 @@
     }
     /**
     *@brief retrieve data from jrnx and jrn
-    *@return return an object 
+    *@return return an object
     *@note
     *@see
     @code
@@ -562,7 +562,7 @@
 /**
  *@brief this class manage data from the JRNX and JRN
  * table
- *@note Data member are the column of the table 
+ *@note Data member are the column of the table
  */
 class Acc_Misc extends Acc_Detail
 {
@@ -588,7 +588,7 @@
 /**
  *@brief this class manage data from the QUANT_SOLD
  * table
- *@note Data member are the column of the table 
+ *@note Data member are the column of the table
  */
 class Acc_Sold extends Acc_Detail
 {
@@ -611,8 +611,8 @@
 /**
  *@brief this class manage data from the QUANT_PURCHASE
  * table
- *@note Data member are the column of the table 
- 
+ *@note Data member are the column of the table
+
  */
 class Acc_Purchase extends Acc_Detail
 {
@@ -636,7 +636,7 @@
 /**
  *@brief this class manage data from the QUANT_FIN
  * table
- *@note Data member are the column of the table 
+ *@note 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

_______________________________________________
Phpcompta  est un logiciel libre de comptabilité en ligne 
(http://www.phpcompta.eu)
Phpcompta-dev mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/phpcompta-dev

Reply via email to