phpcompta-dev
[Top][All Lists]
Advanced

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

[Phpcompta-dev] r225 - trunk/coprop/include/template


From: phpcompta-dev
Subject: [Phpcompta-dev] r225 - trunk/coprop/include/template
Date: Wed, 4 Jan 2012 14:13:25 +0100 (CET)

Author: danydb
Date: 2012-01-04 14:13:25 +0100 (Wed, 04 Jan 2012)
New Revision: 225

Modified:
   trunk/coprop/include/template/coprop_lot_list.php
Log:
Enlever pourcentage lot 
Ajout description

Modified: trunk/coprop/include/template/coprop_lot_list.php
===================================================================
--- trunk/coprop/include/template/coprop_lot_list.php   2012-01-04 12:52:36 UTC 
(rev 224)
+++ trunk/coprop/include/template/coprop_lot_list.php   2012-01-04 13:13:25 UTC 
(rev 225)
@@ -48,7 +48,8 @@
                        $sp="";
                        for ($e=0;$e<$max;$e++):
                                $row=Database::fetch_array($rlot,$e);
-                               
$js_lot=HtmlInput::card_detail($row['lot_qcode'],$row['lot_name'],$row['lot_desc'],'
 class="line"');
+                               
$js_lot=HtmlInput::card_detail($row['lot_qcode'],$row['lot_name'],' 
class="line"');
+                                $js_lot.=$row['lot_desc'];
                                echo $sp.$js_lot;
                                $sp=" , ";
                        endfor;




reply via email to

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