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':


_______________________________________________
Phpcompta-dev mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/phpcompta-dev

Reply via email to