Author: danydb
Date: 2012-06-29 00:53:29 +0200 (Fri, 29 Jun 2012)
New Revision: 5030
Modified:
phpcompta/trunk/include/class_fiche.php
Log:
Correction bug fiche, precision d?\195?\169cimale
Modified: phpcompta/trunk/include/class_fiche.php
===================================================================
--- phpcompta/trunk/include/class_fiche.php 2012-06-28 14:05:22 UTC (rev
5029)
+++ phpcompta/trunk/include/class_fiche.php 2012-06-28 22:53:29 UTC (rev
5030)
@@ -603,7 +603,7 @@
case 'numeric':
$w = new INum('av_text'
. $r->ad_id);
$w->size = $r->ad_size;
-
$w->prec=($attr->ad_extra=="")?2:$attr->ad_extra;
+
$w->prec=($r->ad_extra=="")?2:$r->ad_extra;
$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