Author: danydb
Date: 2013-12-17 18:33:52 +0100 (Tue, 17 Dec 2013)
New Revision: 621

Modified:
   trunk/rapport_avance/include/class_rapav_listing_compute.php
Log:
Add documentation + description

Modified: trunk/rapport_avance/include/class_rapav_listing_compute.php
===================================================================
--- trunk/rapport_avance/include/class_rapav_listing_compute.php        
2013-12-17 12:52:34 UTC (rev 620)
+++ trunk/rapport_avance/include/class_rapav_listing_compute.php        
2013-12-17 17:33:52 UTC (rev 621)
@@ -19,9 +19,12 @@
 {
 
     /**
-     * < Data point to listing_compute
+     * < Data point to RAPAV_Listing_Compute_SQL
      */
     var $data;
+    /**
+     * < Data point to RAPAV_Listing
+     */
     var $listing;
 
     /**
@@ -158,7 +161,8 @@
         $ofiche=new RAPAV_Listing_Compute_Fiche_SQL();
         $r_fiche=$ofiche->seek (" where lc_id = $1",array($this->data->lc_id));
         $nb_fiche=Database::num_row($r_fiche);
-
+        echo 'Description';
+        echo '<p id="description">'.h($this->data->l_description).'</p>';
         /* For each card */
         for ($i = 0;$i < $nb_fiche;$i++)
         {



---
PhpCompta est un logiciel de comptabilité libre en ligne (full web)
Projet opensource http://www.phpcompta.eu

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

Reply via email to