phpcompta-dev
[Top][All Lists]
Advanced

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

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


From: phpcompta-dev
Subject: [Phpcompta-dev] r239 - trunk/coprop/include/template
Date: Wed, 4 Jan 2012 16:37:08 +0100 (CET)

Author: danydb
Date: 2012-01-04 16:37:08 +0100 (Wed, 04 Jan 2012)
New Revision: 239

Modified:
   trunk/coprop/include/template/key_detail.php
Log:
remove decimal from key

Modified: trunk/coprop/include/template/key_detail.php
===================================================================
--- trunk/coprop/include/template/key_detail.php        2012-01-04 15:36:18 UTC 
(rev 238)
+++ trunk/coprop/include/template/key_detail.php        2012-01-04 15:37:08 UTC 
(rev 239)
@@ -57,7 +57,7 @@
                <td>
                        <?
                        $num=new INum('part'.$alot[$i]['f_id']);
-                       $num->value=$alot[$i]['l_part'];
+                       $num->value=round($alot[$i]['l_part']);
                        echo $num->input();
                        ?>
                </td>




reply via email to

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