Author: danydb
Date: 2012-01-04 14:36:34 +0100 (Wed, 04 Jan 2012)
New Revision: 228

Modified:
   trunk/coprop/include/template/coprop_lot_mod.php
Log:
coprop mod  add description

Modified: trunk/coprop/include/template/coprop_lot_mod.php
===================================================================
--- trunk/coprop/include/template/coprop_lot_mod.php    2012-01-04 13:33:57 UTC 
(rev 227)
+++ trunk/coprop/include/template/coprop_lot_mod.php    2012-01-04 13:36:34 UTC 
(rev 228)
@@ -72,7 +72,7 @@
                        Lot
                </th>
                <th>
-                       Pourcentage
+                       Description
                </th>
        </tr>
 <? for ($i=0;$i<count($not_assigned);$i++): ?>
@@ -81,7 +81,7 @@
                        <?=$not_assigned[$i]['fiche_name']?>
                </td>
                <td>
-                    <?=$not_assigned[$i]['fiche_name']?>
+                    <?=$not_assigned[$i]['fiche_desc']?>
                </td>
                <td>
                        <?


_______________________________________________
Phpcompta-dev mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/phpcompta-dev

Reply via email to