phpcompta-dev
[Top][All Lists]
Advanced

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

[Phpcompta-dev] r5030 - phpcompta/trunk/include


From: phpcompta-dev
Subject: [Phpcompta-dev] r5030 - phpcompta/trunk/include
Date: Fri, 29 Jun 2012 00:53:30 +0200 (CEST)

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



reply via email to

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