phpcompta-dev
[Top][All Lists]
Advanced

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

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


From: phpcompta-dev
Subject: [Phpcompta-dev] r4190 - phpcompta/branches/rel560/include
Date: Thu, 1 Sep 2011 22:31:35 +0200 (CEST)

Author: danydb
Date: 2011-09-01 22:31:33 +0200 (Thu, 01 Sep 2011)
New Revision: 4190

Modified:
   phpcompta/branches/rel560/include/class_fiche.php
Log:
Fix cosmetic bug : in card detail , the accounting is misplaced


Modified: phpcompta/branches/rel560/include/class_fiche.php
===================================================================
--- phpcompta/branches/rel560/include/class_fiche.php   2011-09-01 10:35:45 UTC 
(rev 4189)
+++ phpcompta/branches/rel560/include/class_fiche.php   2011-09-01 20:31:33 UTC 
(rev 4190)
@@ -580,7 +580,7 @@
                     $w->set_attribute('ipopup','ipop_account');
                     $w->set_attribute('account',"av_text".$r->ad_id);
                     //  account created automatically
-                    $w->table=1;
+                    $w->table=0;
                     //  account created automatically
                     $sql="select account_auto($this->fiche_def)";
                     $ret_sql=$this->cn->exec_sql($sql);
@@ -643,7 +643,7 @@
                      $w=new IPoste("av_text".$r->ad_id);
                      $w->set_attribute('ipopup','ipop_account');
                      $w->set_attribute('account',"av_text".$r->ad_id);
-                     $w->table=1;
+                     $w->table=0;
                      $bulle=HtmlInput::infobulle(14);
                      break;
                    case 'card':




reply via email to

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