phpcompta-dev
[Top][All Lists]
Advanced

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

[Phpcompta-dev] r621 - trunk/rapport_avance/include


From: phpcompta-dev
Subject: [Phpcompta-dev] r621 - trunk/rapport_avance/include
Date: Tue, 17 Dec 2013 18:33:53 +0100 (CET)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]