phpcompta-dev
[Top][All Lists]
Advanced

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

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


From: phpcompta-dev
Subject: [Phpcompta-dev] r4842 - phpcompta/trunk/include
Date: Sat, 26 May 2012 01:01:49 +0200 (CEST)

Author: danydb
Date: 2012-05-26 01:01:49 +0200 (Sat, 26 May 2012)
New Revision: 4842

Modified:
   phpcompta/trunk/include/class_iposte.php
Log:
update doc

Modified: phpcompta/trunk/include/class_iposte.php
===================================================================
--- phpcompta/trunk/include/class_iposte.php    2012-05-25 23:01:38 UTC (rev 
4841)
+++ phpcompta/trunk/include/class_iposte.php    2012-05-25 23:01:49 UTC (rev 
4842)
@@ -40,7 +40,6 @@
  * attribute are
  *  - gDossier
  *  - jrn  if set there is a filter on a ledger, in  that case, contains the 
jrn_id (0 for no filter)
- *  - ipopup ipopup to open
  *  - account field to update with the account_number,
  *  - label  field to update  control with account_label,
  *  - bracket if true return the account_number between bracket
@@ -66,13 +65,11 @@
 
 
 require_once('class_iposte.php');
-echo IPoste::ipopup('ipop_account');
 
 // In the FORM
 $text=new IPoste();
 $text->name('field');
 $text->value=$p_res[$i]['pvalue'];
-$text->set_attribute('ipopup','ipop_account');
 $text->set_attribute('gDossier',Dossier::id());
 $text->set_attribute('jrn',0);
 $text->set_attribute('account','field');



---
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]