Author: danydb
Date: 2012-03-21 11:41:25 +0100 (Wed, 21 Mar 2012)
New Revision: 4784
Modified:
phpcompta/tags/rel600/include/class_fiche.php
Log:
0000552: Pourcentage dans une fiche 4 d?\195?\169cimales
Modified: phpcompta/tags/rel600/include/class_fiche.php
===================================================================
--- phpcompta/tags/rel600/include/class_fiche.php 2012-03-20 20:05:01 UTC
(rev 4783)
+++ phpcompta/tags/rel600/include/class_fiche.php 2012-03-21 10:41:25 UTC
(rev 4784)
@@ -493,6 +493,7 @@
break;
case 'numeric':
$w = new INum();
+
$w->javascript='onchange="format_number(this,4);"';
$w->size = $attr->ad_size;
break;
case 'date':
@@ -637,6 +638,7 @@
case 'numeric':
$w = new INum('av_text'
. $r->ad_id);
$w->size = $r->ad_size;
+
$w->javascript='onchange="format_number(this,4);"';
$w->value = $r->av_text;
break;
case 'date':
---
PhpCompta est un logiciel de comptabilité libre en ligne (full web)
Projet opensource http://www.phpcompta.eu
_______________________________________________
Phpcompta est un logiciel libre de comptabilité en ligne
(http://www.phpcompta.eu)
Phpcompta-dev mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/phpcompta-dev