Author: danydb
Date: 2012-01-05 22:07:26 +0100 (Thu, 05 Jan 2012)
New Revision: 262

Modified:
   trunk/coprop/include/template/key_detail.php
Log:
Key without decimal

Modified: trunk/coprop/include/template/key_detail.php
===================================================================
--- trunk/coprop/include/template/key_detail.php        2012-01-05 16:55:37 UTC 
(rev 261)
+++ trunk/coprop/include/template/key_detail.php        2012-01-05 21:07:26 UTC 
(rev 262)
@@ -42,13 +42,13 @@
         </tr>
         <tr>
             <td>
-                Total tantième 
+                Total tantième
             </td>
                 <td>
                     <?=$tantieme->input()?>
                 </td>
        </tr>
-       
+
 </table>
 Description
 <?=$note->input()?>
@@ -68,7 +68,8 @@
                <td>
                        <?
                        $num=new INum('part'.$alot[$i]['f_id']);
-                       $num->value=round($alot[$i]['l_part']);
+                       $num->javascript='onchange="format_number(this,0);"';
+                       $num->value=round($alot[$i]['l_part'],0);
                        echo $num->input();
                        ?>
                </td>


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

Reply via email to