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>
_______________________________________________
Phpcompta-dev mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/phpcompta-dev