phpcompta-dev
[Top][All Lists]
Advanced

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

[Phpcompta-dev] r4188 - phpcompta/branches/rel560/include


From: phpcompta-dev
Subject: [Phpcompta-dev] r4188 - phpcompta/branches/rel560/include
Date: Thu, 1 Sep 2011 10:43:58 +0200 (CEST)

Author: danydb
Date: 2011-09-01 10:43:56 +0200 (Thu, 01 Sep 2011)
New Revision: 4188

Modified:
   phpcompta/branches/rel560/include/class_iposte.php
Log:
bug the table is always = 3


Modified: phpcompta/branches/rel560/include/class_iposte.php
===================================================================
--- phpcompta/branches/rel560/include/class_iposte.php  2011-08-03 20:43:06 UTC 
(rev 4187)
+++ phpcompta/branches/rel560/include/class_iposte.php  2011-09-01 08:43:56 UTC 
(rev 4188)
@@ -138,7 +138,7 @@
 
         /* create the button */
         $ibutton=$this->dsp_button();
-        if ( $this->table=3)
+        if ( $this->table==3)
         {
             $r='<table>'.tr(td($ibutton).td($itext->input()));
             $r.='</table>';




reply via email to

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